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__ |