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

Unified Diff: components/nacl/renderer/plugin/service_runtime.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/service_runtime.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/components/nacl/renderer/plugin/service_runtime.h
similarity index 93%
rename from ppapi/native_client/src/trusted/plugin/service_runtime.h
rename to components/nacl/renderer/plugin/service_runtime.h
index 2fa78b494a9d942a71d44dd5080f9f81dac9c983..c8b80ac7bc62c01faaff27f832383f0276825c29 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/components/nacl/renderer/plugin/service_runtime.h
@@ -8,17 +8,16 @@
// A class containing information regarding a socket connection to a
// service runtime instance.
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SERVICE_RUNTIME_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SERVICE_RUNTIME_H_
+#ifndef COMPONENTS_NACL_RENDERER_PLUGIN_SERVICE_RUNTIME_H_
+#define COMPONENTS_NACL_RENDERER_PLUGIN_SERVICE_RUNTIME_H_
+#include "components/nacl/renderer/plugin/utility.h"
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/include/nacl_scoped_ptr.h"
#include "native_client/src/public/imc_types.h"
#include "native_client/src/shared/platform/nacl_sync.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
-
#include "ppapi/cpp/completion_callback.h"
-#include "ppapi/native_client/src/trusted/plugin/utility.h"
struct NaClFileInfo;
@@ -124,4 +123,4 @@ class ServiceRuntime {
} // namespace plugin
-#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SERVICE_RUNTIME_H_
+#endif // COMPONENTS_NACL_RENDERER_PLUGIN_SERVICE_RUNTIME_H_

Powered by Google App Engine
This is Rietveld 408576698