| Index: chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc b/chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
|
| index 6a5067275ec5fcf47aed753293d22ef47e7eedd0..c82e81f4b54bb8466580fb7170119562e06de3d4 100644
|
| --- a/chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/common/notification_service.h"
|
| @@ -59,7 +60,7 @@ void MockGeolocationSettingsObserver::Observe(
|
| GURL("http://foo.random-hostname.com/"));
|
| }
|
|
|
| -class GeolocationContentSettingsMapTests : public testing::Test {
|
| +class GeolocationContentSettingsMapTests : public TestingBrowserProcessTest {
|
| public:
|
| GeolocationContentSettingsMapTests()
|
| : ui_thread_(BrowserThread::UI, &message_loop_) {
|
|
|