Index: chrome/browser/geolocation/geolocation_settings_state_unittest.cc |
diff --git a/chrome/browser/geolocation/geolocation_settings_state_unittest.cc b/chrome/browser/geolocation/geolocation_settings_state_unittest.cc |
index 38feb7b3e0d8e5accb488a4a77c26ed60bde1a12..79bcc8873fd4f5ca4c716e426fd8297c2c2fbbac 100644 |
--- a/chrome/browser/geolocation/geolocation_settings_state_unittest.cc |
+++ b/chrome/browser/geolocation/geolocation_settings_state_unittest.cc |
@@ -7,9 +7,9 @@ |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/geolocation/geolocation_settings_state.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/tab_contents/navigation_details.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
@@ -22,7 +22,7 @@ class GeolocationSettingsStateTests : public testing::Test { |
protected: |
MessageLoop message_loop_; |
- BrowserThread ui_thread_; |
+ content::TestBrowserThread ui_thread_; |
}; |
TEST_F(GeolocationSettingsStateTests, ClearOnNewOrigin) { |