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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api_constants.h

Issue 9701039: Refactor folders in chrome/browser/extensions/api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small change to includes in extension_event_router.cc Created 8 years, 9 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/web_request/web_request_api_constants.h
diff --git a/chrome/browser/extensions/api/webrequest/webrequest_api_constants.h b/chrome/browser/extensions/api/web_request/web_request_api_constants.h
similarity index 84%
rename from chrome/browser/extensions/api/webrequest/webrequest_api_constants.h
rename to chrome/browser/extensions/api/web_request/web_request_api_constants.h
index 3a0ef7be4166179fab0b75630d71a06263840c5d..52d7f058f5f60582128a54193661a8f7891b1f96 100644
--- a/chrome/browser/extensions/api/webrequest/webrequest_api_constants.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api_constants.h
@@ -4,11 +4,11 @@
// Constants used for the WebRequest API.
-#ifndef CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_CONSTANTS_H_
-#define CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_CONSTANTS_H_
+#ifndef CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
+#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
#pragma once
-namespace extension_webrequest_api_constants {
+namespace extension_web_request_api_constants {
// Keys.
extern const char kChallengerKey[];
@@ -59,6 +59,6 @@ extern const char kInvalidRequestFilterUrl[];
extern const char kBlockingPermissionRequired[];
extern const char kHostPermissionsRequired[];
-} // namespace extension_webrequest_api_constants
+} // namespace extension_web_request_api_constants
-#endif // CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_CONSTANTS_H_
+#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698