| Index: chrome/browser/extensions/extension_prefs_unittest.cc
|
| diff --git a/chrome/browser/extensions/extension_prefs_unittest.cc b/chrome/browser/extensions/extension_prefs_unittest.cc
|
| index 8b484e2ce56d6f31293dfbdffe9e62ee57da7a1c..31f5bf1336c8668235c6f69661fc2c5fdcc39dcc 100644
|
| --- a/chrome/browser/extensions/extension_prefs_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_prefs_unittest.cc
|
| @@ -15,10 +15,10 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "chrome/common/extensions/extension_permission_set.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/test/notification_observer_mock.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::Time;
|
| @@ -82,8 +82,8 @@ class ExtensionPrefsTest : public testing::Test {
|
| ExtensionPrefs* prefs() { return prefs_.prefs(); }
|
|
|
| MessageLoop message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
|
|
| TestExtensionPrefs prefs_;
|
|
|
|
|