| Index: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| index 088701b461eb7453803bac1d1d88418cacc5a226..17451e11d0dc68be7c161c86f39a2d60bb23e709 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/safe_browsing/safe_browsing_database.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_store_file.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "crypto/sha2.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "sql/connection.h"
|
| @@ -1236,7 +1236,7 @@ TEST_F(SafeBrowsingDatabaseTest, Whitelists) {
|
| MessageLoop loop(MessageLoop::TYPE_DEFAULT);
|
| // We expect all calls to ContainsCsdWhitelistedUrl in particular to be made
|
| // from the IO thread. In general the whitelist lookups are thread-safe.
|
| - BrowserThread io_thread(BrowserThread::IO, &loop);
|
| + content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
|
|
|
| // If the whitelist is disabled everything should match the whitelist.
|
| database_.reset(new SafeBrowsingDatabaseNew(new SafeBrowsingStoreFile(),
|
|
|