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

Unified Diff: components/nacl/renderer/plugin/plugin_error.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/plugin_error.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin_error.h b/components/nacl/renderer/plugin/plugin_error.h
similarity index 83%
rename from ppapi/native_client/src/trusted/plugin/plugin_error.h
rename to components/nacl/renderer/plugin/plugin_error.h
index a30e793647a273257a9d3d398383343939698fda..b08b1fc9769ba781db8bfa4f9b3436041019a01b 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin_error.h
+++ b/components/nacl/renderer/plugin/plugin_error.h
@@ -8,8 +8,8 @@
* Error codes and data structures used to report errors when loading a nexe.
*/
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PLUGIN_ERROR_H
-#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PLUGIN_ERROR_H
+#ifndef COMPONENTS_NACL_RENDERER_PLUGIN_PLUGIN_ERROR_H
+#define COMPONENTS_NACL_RENDERER_PLUGIN_PLUGIN_ERROR_H
#include <string>
@@ -45,4 +45,4 @@ class ErrorInfo {
} // namespace plugin
-#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PLUGIN_ERROR_H
+#endif // COMPONENTS_NACL_RENDERER_PLUGIN_PLUGIN_ERROR_H

Powered by Google App Engine
This is Rietveld 408576698