| Index: chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/shortcuts_database_unittest.cc b/chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| index 5c744cd1c98d6bed9a2e1a5fb0d3076139ca938d..756752af32187bd35bcd9de636a3d41ac138ba4a 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/omnibox/autocomplete_match_type.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "sql/statement.h"
|
| #include "sql/test/test_helpers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -87,6 +88,7 @@ class ShortcutsDatabaseTest : public testing::Test {
|
|
|
| void AddAll();
|
|
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_refptr<ShortcutsDatabase> db_;
|
| };
|
|
|