Index: chrome/browser/password_manager/password_store_mac_unittest.cc |
diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc |
index 67a809a5ff208827a1642a207cceb93783142a82..76603da88d747c95bf53b1403e416832a8f1dc68 100644 |
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc |
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc |
@@ -17,7 +17,7 @@ |
#include "chrome/browser/password_manager/password_store_mac.h" |
#include "chrome/browser/password_manager/password_store_mac_internal.h" |
#include "chrome/common/chrome_paths.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
using webkit_glue::PasswordForm; |
using testing::_; |
@@ -920,7 +920,7 @@ class PasswordStoreMacTest : public testing::Test { |
protected: |
MessageLoopForUI message_loop_; |
- BrowserThread ui_thread_; |
+ content::TestBrowserThread ui_thread_; |
MockKeychain* keychain_; // Owned by store_. |
LoginDatabase* login_db_; // Owned by store_. |