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