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

Unified Diff: extensions/browser/api/declarative_webrequest/webrequest_constants.h

Issue 546943002: Move webrequest_constants.* to extensions/browser/api/declarative_webrequest/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try using *correct* name in .gn file. 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/declarative_webrequest/webrequest_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/declarative_webrequest/webrequest_constants.h
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h b/extensions/browser/api/declarative_webrequest/webrequest_constants.h
similarity index 92%
rename from chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
rename to extensions/browser/api/declarative_webrequest/webrequest_constants.h
index 75312ce8062c25e5a2eda8465d30d88f20e0b576..322ccc639d18e2b36eaa74481ec3236aa810ea93 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
+++ b/extensions/browser/api/declarative_webrequest/webrequest_constants.h
@@ -4,8 +4,8 @@
// Constants used for the WebRequest API.
-#ifndef CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
-#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
+#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
+#define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
namespace extensions {
namespace declarative_webrequest_constants {
@@ -86,4 +86,4 @@ extern const char kSetRequestHeaderType[];
} // namespace declarative_webrequest_constants
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
+#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/declarative_webrequest/webrequest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698