| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_win_unittest.cc (revision 96265)
|
| +++ chrome/browser/password_manager/password_store_win_unittest.cc (working copy)
|
| @@ -22,6 +22,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/signaling_task.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -51,7 +52,7 @@
|
|
|
| typedef std::vector<PasswordForm*> VectorOfForms;
|
|
|
| -class PasswordStoreWinTest : public testing::Test {
|
| +class PasswordStoreWinTest : public TestingBrowserProcessTest {
|
| protected:
|
| PasswordStoreWinTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
|
|