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

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: 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/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 97%
rename from ppapi/native_client/src/trusted/plugin/srpc_client.h
rename to components/nacl/renderer/plugin/srpc_client.h
index 71ecbf7e4912f296ebcc3f8728e27e52bc0b952d..f1bde92bef3c7bac775f1c2f20da121bc152ce12 100644
--- a/ppapi/native_client/src/trusted/plugin/srpc_client.h
+++ b/components/nacl/renderer/plugin/srpc_client.h
@@ -13,9 +13,9 @@
#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;

Powered by Google App Engine
This is Rietveld 408576698