summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/geolocation_settings_state_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/geolocation_settings_state_unittest.cc')
-rw-r--r--chrome/browser/geolocation/geolocation_settings_state_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/geolocation_settings_state_unittest.cc b/chrome/browser/geolocation/geolocation_settings_state_unittest.cc
index 38feb7b..79bcc88 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) {