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

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

Issue 552283003: Move request_stage.* to extensions/browser/api/declarative_webrequest. (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/declarative_webrequest/request_stage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/declarative_webrequest/request_stage.h
diff --git a/chrome/browser/extensions/api/declarative_webrequest/request_stage.h b/extensions/browser/api/declarative_webrequest/request_stage.h
similarity index 82%
rename from chrome/browser/extensions/api/declarative_webrequest/request_stage.h
rename to extensions/browser/api/declarative_webrequest/request_stage.h
index d6c5cafca8e652eb9ff4933b28c7f6fbc04a4c50..025ec6d37379d48f393aaf6a9585539a5da8a185 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/request_stage.h
+++ b/extensions/browser/api/declarative_webrequest/request_stage.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_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
-#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
+#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
+#define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
namespace extensions {
@@ -33,4 +33,4 @@ extern const unsigned int kLastActiveStage;
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
+#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_REQUEST_STAGE_H_
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/declarative_webrequest/request_stage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698