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

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

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
Index: components/policy/core/browser/url_blacklist_manager.cc
diff --git a/components/policy/core/common/url_blacklist_manager.cc b/components/policy/core/browser/url_blacklist_manager.cc
similarity index 99%
rename from components/policy/core/common/url_blacklist_manager.cc
rename to components/policy/core/browser/url_blacklist_manager.cc
index 6381f96a3059271bb321ac578cbd859b47ded19e..4f0c4f3218a903299c2d2ed8e3b50ba709b0e658 100644
--- a/components/policy/core/common/url_blacklist_manager.cc
+++ b/components/policy/core/browser/url_blacklist_manager.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/policy/core/common/url_blacklist_manager.h"
+#include "components/policy/core/browser/url_blacklist_manager.h"
#include "base/bind.h"
#include "base/files/file_path.h"
« no previous file with comments | « components/policy/core/browser/url_blacklist_manager.h ('k') | components/policy/core/common/url_blacklist_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698