Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: ppapi/host/host_message_context.h

Issue 10815073: Refactoring of new IPC-only pepper implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/host/dispatch_host_message.h ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/host_message_context.h
diff --git a/ppapi/host/host_message_context.h b/ppapi/host/host_message_context.h
index 6e0b70ae5a5ed0a9e9238671f74358eec6dd2a6c..a8ac5267939765792427c8da252b025115d00b34 100644
--- a/ppapi/host/host_message_context.h
+++ b/ppapi/host/host_message_context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_COMMON_HOST_MESSAGE_CONTEXT_H_
-#define PPAPI_COMMON_HOST_MESSAGE_CONTEXT_H_
+#ifndef PPAPI_HOST_HOST_MESSAGE_CONTEXT_H_
+#define PPAPI_HOST_HOST_MESSAGE_CONTEXT_H_
#include "ipc/ipc_message.h"
#include "ppapi/host/ppapi_host_export.h"
@@ -32,4 +32,4 @@ struct PPAPI_HOST_EXPORT HostMessageContext {
} // namespace host
} // namespace ppapi
-#endif // PPAPI_COMMON_HOST_MESSAGE_CONTEXT_H_
+#endif // PPAPI_HOST_HOST_MESSAGE_CONTEXT_H_
« no previous file with comments | « ppapi/host/dispatch_host_message.h ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698