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

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: Rebase + #include order 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 98%
rename from ppapi/native_client/src/trusted/plugin/service_runtime.h
rename to components/nacl/renderer/plugin/service_runtime.h
index 2fa78b494a9d942a71d44dd5080f9f81dac9c983..74af4fb2331ba84f736bb002b3045db1b7a903cd 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/components/nacl/renderer/plugin/service_runtime.h
@@ -11,14 +11,13 @@
#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SERVICE_RUNTIME_H_
#define NATIVE_CLIENT_SRC_TRUSTED_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;

Powered by Google App Engine
This is Rietveld 408576698