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

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

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.h
diff --git a/chrome/browser/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
similarity index 98%
rename from chrome/browser/host_content_settings_map.h
rename to chrome/browser/content_settings/host_content_settings_map.h
index 00e15bd19fd74445c018a56f92f95538370959ae..9f52582fc711e641d938af90850cd259b1a9d2d7 100644
--- a/chrome/browser/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -5,8 +5,8 @@
// Maps hostnames to custom content settings. Written on the UI thread and read
// on any thread. One instance per profile.
-#ifndef CHROME_BROWSER_HOST_CONTENT_SETTINGS_MAP_H_
-#define CHROME_BROWSER_HOST_CONTENT_SETTINGS_MAP_H_
+#ifndef CHROME_BROWSER_CONTENT_SETTINGS_HOST_CONTENT_SETTINGS_MAP_H_
+#define CHROME_BROWSER_CONTENT_SETTINGS_HOST_CONTENT_SETTINGS_MAP_H_
#pragma once
#include <map>
@@ -351,4 +351,4 @@ inline std::ostream& operator<<(
return out << pattern.AsString();
}
-#endif // CHROME_BROWSER_HOST_CONTENT_SETTINGS_MAP_H_
+#endif // CHROME_BROWSER_CONTENT_SETTINGS_HOST_CONTENT_SETTINGS_MAP_H_
« no previous file with comments | « chrome/browser/content_setting_image_model_unittest.cc ('k') | chrome/browser/content_settings/host_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698