| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index a98e5946233b4141852eb1eda978585adf0313ab..3a9724b6e47f6af6bf2acb7875b0d80834bc11e8 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -17,12 +17,12 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/values.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/browser/content_settings/content_settings_pattern.h"
|
| +#include "base/values.h"
|
| #include "chrome/browser/content_settings/content_settings_observer.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/common/content_settings.h"
|
| +#include "chrome/common/content_settings_pattern.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
|
|