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

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

Issue 565273002: Move webrequest_api_constants.h/.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/browser/BUILD.gn ('k') | extensions/browser/api/web_request/web_request_api_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/web_request/web_request_api_constants.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_constants.h b/extensions/browser/api/web_request/web_request_api_constants.h
similarity index 92%
rename from chrome/browser/extensions/api/web_request/web_request_api_constants.h
rename to extensions/browser/api/web_request/web_request_api_constants.h
index 3dee75ebaae28aa25eb74e7f6aeac25b97a4b790..57bf535df7aeb2c6b01e5e0d0231e1030ab17647 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api_constants.h
+++ b/extensions/browser/api/web_request/web_request_api_constants.h
@@ -4,8 +4,8 @@
// Constants used for the WebRequest API.
-#ifndef CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
-#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
+#ifndef EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
+#define EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
namespace extension_web_request_api_constants {
@@ -85,4 +85,4 @@ extern const char kInvalidHeaderValue[];
} // namespace extension_web_request_api_constants
-#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
+#endif // EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_CONSTANTS_H_
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/web_request/web_request_api_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698