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

Unified Diff: extensions/common/extension_api.h

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/DEPS ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api.h
diff --git a/chrome/common/extensions/api/extension_api.h b/extensions/common/extension_api.h
similarity index 96%
rename from chrome/common/extensions/api/extension_api.h
rename to extensions/common/extension_api.h
index ad8ae0004fd2075105deb54f85100643491da2c7..722142e8d1e4962a7ac2a5a28a891087681fe111 100644
--- a/chrome/common/extensions/api/extension_api.h
+++ b/extensions/common/extension_api.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_API_EXTENSION_API_H_
-#define CHROME_COMMON_EXTENSIONS_API_EXTENSION_API_H_
+#ifndef EXTENSIONS_COMMON_EXTENSION_API_H_
+#define EXTENSIONS_COMMON_EXTENSION_API_H_
#include <map>
#include <string>
@@ -138,4 +138,4 @@ class ExtensionAPI {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_API_EXTENSION_API_H_
+#endif // EXTENSIONS_COMMON_EXTENSION_API_H_
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698