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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_constants.h

Issue 10544023: Moving the tabs_module API into a separate directory in api/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Correcting the order of includes. Created 8 years, 6 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 | « chrome/browser/extensions/api/tabs/tabs.cc ('k') | chrome/browser/extensions/api/tabs/tabs_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/tabs/tabs_constants.h
diff --git a/chrome/browser/extensions/extension_tabs_module_constants.h b/chrome/browser/extensions/api/tabs/tabs_constants.h
similarity index 91%
rename from chrome/browser/extensions/extension_tabs_module_constants.h
rename to chrome/browser/extensions/api/tabs/tabs_constants.h
index 19b7c37807eda91f38c5be3d5a5810d66fe8d2f6..77836f3618a8ebc015df7e7457c7a7bf246e2cd4 100644
--- a/chrome/browser/extensions/extension_tabs_module_constants.h
+++ b/chrome/browser/extensions/api/tabs/tabs_constants.h
@@ -4,11 +4,12 @@
// Constants used for the Tabs API and the Windows API.
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
+#ifndef CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
+#define CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
#pragma once
-namespace extension_tabs_module_constants {
+namespace extensions {
+namespace tabs_constants {
// Keys used in serializing tab data & events.
extern const char kActiveKey[];
@@ -98,6 +99,7 @@ extern const char kMoreThanOneValuesError[];
extern const char kLoadFileError[];
extern const char kCannotDetermineLanguageOfUnloadedTab[];
-}; // namespace extension_tabs_module_constants
+}; // namespace tabs_constants
+}; // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_CONSTANTS_H_
+#endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_CONSTANTS_H_
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs.cc ('k') | chrome/browser/extensions/api/tabs/tabs_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698