| 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_
|
|
|