Index: chrome/browser/sync/notifier/invalidation_notifier_unittest.cc |
diff --git a/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc b/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc |
index 1c1e304d4fcbbe05275b5d878fe4c4bab11ed1ca..6aa1c96d8345f5660bfcda63e30bb4118273b3fe 100644 |
--- a/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc |
+++ b/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/sync/syncable/model_type_payload_map.h" |
#include "chrome/browser/sync/util/weak_handle.h" |
#include "chrome/test/base/test_url_request_context_getter.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "jingle/notifier/base/fake_base_task.h" |
#include "jingle/notifier/base/notifier_options.h" |
#include "net/base/cert_verifier.h" |
@@ -58,7 +58,7 @@ class InvalidationNotifierTest : public testing::Test { |
StrictMock<MockSyncNotifierObserver> mock_observer_; |
notifier::FakeBaseTask fake_base_task_; |
// Since this test calls HostResolver code, we need an IO thread. |
- BrowserThread io_thread_; |
+ content::TestBrowserThread io_thread_; |
}; |
TEST_F(InvalidationNotifierTest, Basic) { |