summaryrefslogtreecommitdiffstats
path: root/content/browser/host_zoom_map_unittest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 20:11:52 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 20:11:52 +0000
commit1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c (patch)
tree78da616961fbbd1e6c71cc9189c924c467941f05 /content/browser/host_zoom_map_unittest.cc
parentbb546b3bf971a17fe59d644d0759793f781008f5 (diff)
downloadchromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.zip
chromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.tar.gz
chromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.tar.bz2
Update a bunch of files to the new location of browser_thread.h
TBR=avi Review URL: http://codereview.chromium.org/6594084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map_unittest.cc')
-rw-r--r--content/browser/host_zoom_map_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/host_zoom_map_unittest.cc b/content/browser/host_zoom_map_unittest.cc
index 6d32b1f..877a982 100644
--- a/content/browser/host_zoom_map_unittest.cc
+++ b/content/browser/host_zoom_map_unittest.cc
@@ -6,7 +6,6 @@
#include "base/ref_counted.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/notification_details.h"
#include "chrome/common/notification_observer_mock.h"
@@ -14,6 +13,7 @@
#include "chrome/common/notification_type.h"
#include "chrome/common/pref_names.h"
#include "chrome/test/testing_profile.h"
+#include "content/browser/browser_thread.h"
#include "content/browser/host_zoom_map.h"
#include "googleurl/src/gurl.h"
#include "testing/gmock/include/gmock/gmock.h"