Index: extensions/browser/api/declarative_webrequest/webrequest_rules_registry.h |
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h b/extensions/browser/api/declarative_webrequest/webrequest_rules_registry.h |
similarity index 95% |
rename from chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h |
rename to extensions/browser/api/declarative_webrequest/webrequest_rules_registry.h |
index 889510ad2ecbe1429393cbfcdab189aa0dcd90f0..3d6f69acbc985f697db26a5c270e2d8b288a329e 100644 |
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h |
+++ b/extensions/browser/api/declarative_webrequest/webrequest_rules_registry.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_WEBREQUEST_RULES_REGISTRY_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_RULES_REGISTRY_H_ |
+#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_RULES_REGISTRY_H_ |
+#define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_RULES_REGISTRY_H_ |
#include <list> |
#include <map> |
@@ -16,11 +16,11 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/time/time.h" |
-#include "chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h" |
#include "components/url_matcher/url_matcher.h" |
#include "extensions/browser/api/declarative/declarative_rule.h" |
#include "extensions/browser/api/declarative/rules_registry.h" |
#include "extensions/browser/api/declarative_webrequest/request_stage.h" |
+#include "extensions/browser/api/declarative_webrequest/webrequest_action.h" |
#include "extensions/browser/api/declarative_webrequest/webrequest_condition.h" |
#include "extensions/browser/info_map.h" |
@@ -194,4 +194,4 @@ class WebRequestRulesRegistry : public RulesRegistry { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_RULES_REGISTRY_H_ |
+#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_RULES_REGISTRY_H_ |