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

Unified Diff: chrome/browser/extensions/api/tabs/tabs.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
Index: chrome/browser/extensions/api/tabs/tabs.h
diff --git a/chrome/browser/extensions/extension_tabs_module.h b/chrome/browser/extensions/api/tabs/tabs.h
similarity index 97%
rename from chrome/browser/extensions/extension_tabs_module.h
rename to chrome/browser/extensions/api/tabs/tabs.h
index 40934ccdf3b218ee8636781efeaa795eb2863b48..fab012486a38c0a3618b055086f4aa892ff94111 100644
--- a/chrome/browser/extensions/extension_tabs_module.h
+++ b/chrome/browser/extensions/api/tabs/tabs.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_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_H__
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_H__
+#ifndef CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_H__
+#define CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_H__
#pragma once
#include <string>
@@ -198,4 +198,4 @@ class CaptureVisibleTabFunction : public AsyncExtensionFunction,
DECLARE_EXTENSION_FUNCTION_NAME("tabs.captureVisibleTab")
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_TABS_MODULE_H__
+#endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_H__
« no previous file with comments | « chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc ('k') | chrome/browser/extensions/api/tabs/tabs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698