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

Unified Diff: extensions/common/extension_api_stub.cc

Issue 50743005: Moved extension_api to src/extensions/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops Created 7 years, 2 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
« no previous file with comments | « extensions/common/extension_api.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api_stub.cc
diff --git a/chrome/common/extensions/api/extension_api_stub.cc b/extensions/common/extension_api_stub.cc
similarity index 95%
rename from chrome/common/extensions/api/extension_api_stub.cc
rename to extensions/common/extension_api_stub.cc
index add1f97468990b3ba5668ed97252b754cf5f75c1..795a979d39cea86627977a9b95b5089b9261df9d 100644
--- a/chrome/common/extensions/api/extension_api_stub.cc
+++ b/extensions/common/extension_api_stub.cc
@@ -5,7 +5,7 @@
// Stub methods to be used when extensions are disabled
// i.e. ENABLE_EXTENSIONS is not defined
-#include "chrome/common/extensions/api/extension_api.h"
+#include "extensions/common/extension_api.h"
#include "extensions/common/features/feature.h"
« no previous file with comments | « extensions/common/extension_api.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698