| Index: chrome/browser/history/shortcuts_backend_unittest.cc
|
| diff --git a/chrome/browser/history/shortcuts_backend_unittest.cc b/chrome/browser/history/shortcuts_backend_unittest.cc
|
| index cc3842501d59bbc1600e49adc4b82c64fe83c329..515232e79852fef3b96a34c815ed03c25aa3a691 100644
|
| --- a/chrome/browser/history/shortcuts_backend_unittest.cc
|
| +++ b/chrome/browser/history/shortcuts_backend_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/history/shortcuts_backend.h"
|
| #include "chrome/browser/history/shortcuts_database.h"
|
| #include "chrome/common/guid.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "sql/statement.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -43,8 +43,8 @@ class ShortcutsBackendTest : public testing::Test,
|
| ScopedTempDir temp_dir_;
|
| scoped_refptr<ShortcutsBackend> backend_;
|
| MessageLoopForUI ui_message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread db_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread db_thread_;
|
|
|
| bool load_notified_;
|
| };
|
|
|