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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.cc

Issue 5367006: Refactor: move HostContentSettingsMap to content_settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 10 years, 1 month 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: chrome/browser/content_settings/host_content_settings_map.cc
diff --git a/chrome/browser/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
similarity index 99%
rename from chrome/browser/host_content_settings_map.cc
rename to chrome/browser/content_settings/host_content_settings_map.cc
index 8605f2eb51152c43a96ed344d0c3cec1d6f8a673..5e167a74e6bb467b8e17010e7a37b617d8d4c65b 100644
--- a/chrome/browser/host_content_settings_map.cc
+++ b/chrome/browser/content_settings/host_content_settings_map.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 "chrome/browser/host_content_settings_map.h"
+#include "chrome/browser/content_settings/host_content_settings_map.h"
#include "base/command_line.h"
#include "base/string_util.h"
@@ -987,7 +987,7 @@ void HostContentSettingsMap::ReadDefaultSettings(bool overwrite) {
ReadManagedDefaultSettings(prefs, &managed_default_content_settings_);
}
-void HostContentSettingsMap::ReadManagedDefaultSettings (
+void HostContentSettingsMap::ReadManagedDefaultSettings(
const PrefService* prefs, ContentSettings* settings) {
for (size_t type = 0; type < arraysize(kPrefToManageType); ++type) {
if (kPrefToManageType[type] == NULL) {

Powered by Google App Engine
This is Rietveld 408576698