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

Unified Diff: components/nacl/renderer/plugin/srpc_client.h

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 years, 11 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
Index: components/nacl/renderer/plugin/srpc_client.h
diff --git a/ppapi/native_client/src/trusted/plugin/srpc_client.h b/components/nacl/renderer/plugin/srpc_client.h
similarity index 88%
rename from ppapi/native_client/src/trusted/plugin/srpc_client.h
rename to components/nacl/renderer/plugin/srpc_client.h
index 71ecbf7e4912f296ebcc3f8728e27e52bc0b952d..4be0919c8c240b96d01e2186593106c746600de9 100644
--- a/ppapi/native_client/src/trusted/plugin/srpc_client.h
+++ b/components/nacl/renderer/plugin/srpc_client.h
@@ -7,15 +7,15 @@
// A representation of an SRPC connection. These can be either to the
// service runtime or to untrusted NaCl threads.
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
+#ifndef COMPONENTS_NACL_RENDERER_PLUGIN_SRPC_CLIENT_H_
+#define COMPONENTS_NACL_RENDERER_PLUGIN_SRPC_CLIENT_H_
#include <map>
#include <string>
+#include "components/nacl/renderer/plugin/utility.h"
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
-#include "ppapi/native_client/src/trusted/plugin/utility.h"
namespace nacl {
class DescWrapper;
@@ -65,4 +65,4 @@ class SrpcClient {
} // namespace plugin
-#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
+#endif // COMPONENTS_NACL_RENDERER_PLUGIN_SRPC_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698