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

Unified Diff: components/policy/core/browser/url_blacklist_manager.h

Issue 124393003: Break dependency of chrome.gyp:common on content.gyp:content_browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix header macro Created 6 years, 11 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 | « components/policy/core/browser/DEPS ('k') | components/policy/core/browser/url_blacklist_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/browser/url_blacklist_manager.h
diff --git a/components/policy/core/common/url_blacklist_manager.h b/components/policy/core/browser/url_blacklist_manager.h
similarity index 97%
rename from components/policy/core/common/url_blacklist_manager.h
rename to components/policy/core/browser/url_blacklist_manager.h
index dea27d26f02a0302f2ffbf5ea8630978d573f0c1..cdb11d5a6c59256f3ee719df0b7ccd3498442754 100644
--- a/components/policy/core/common/url_blacklist_manager.h
+++ b/components/policy/core/browser/url_blacklist_manager.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 COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
-#define COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
+#ifndef COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
+#define COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
#include <map>
#include <string>
@@ -224,4 +224,4 @@ class POLICY_EXPORT URLBlacklistManager {
} // namespace policy
-#endif // COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
+#endif // COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
« no previous file with comments | « components/policy/core/browser/DEPS ('k') | components/policy/core/browser/url_blacklist_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698