Index: chrome/browser/password_manager/native_backend_gnome_x_unittest.cc |
diff --git a/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc b/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc |
index f35209b07811b48d0b122422e6e571049c259c90..552ea1368d1dceb98b82b52c969cea03f28a7140 100644 |
--- a/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc |
+++ b/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc |
@@ -14,6 +14,7 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using webkit_glue::PasswordForm; |
@@ -377,8 +378,8 @@ class NativeBackendGnomeTest : public testing::Test { |
} |
MessageLoopForUI message_loop_; |
- BrowserThread ui_thread_; |
- BrowserThread db_thread_; |
+ content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread db_thread_; |
TestingProfile profile_; |