Index: chrome/browser/content_settings/host_content_settings_map.h |
=================================================================== |
--- chrome/browser/content_settings/host_content_settings_map.h (revision 76326) |
+++ chrome/browser/content_settings/host_content_settings_map.h (working copy) |
@@ -18,12 +18,12 @@ |
#include "base/linked_ptr.h" |
#include "base/ref_counted.h" |
#include "base/synchronization/lock.h" |
-#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/content_settings/content_settings_pattern.h" |
#include "chrome/browser/prefs/pref_change_registrar.h" |
#include "chrome/common/content_settings.h" |
#include "chrome/common/notification_observer.h" |
#include "chrome/common/notification_registrar.h" |
+#include "content/browser/browser_thread.h" |
namespace content_settings { |
class DefaultProviderInterface; |