| Index: chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc b/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
|
| index 14240111bbb2e643e3464949a9523b46f79985ad..586685ce62d20c43958c79cd5abde803e65e0828 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/browser/ui/toolbar/test_toolbar_model.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/font.h"
|
| #include "ui/gfx/image/image.h"
|
| @@ -175,6 +176,7 @@ TEST_F(AutocompleteEditTest, AdjustTextForCopy) {
|
| };
|
| TestingOmniboxView view(toolbar_model());
|
| TestingOmniboxEditController controller;
|
| + content::TestBrowserThreadBundle thread_bundle;
|
| TestingProfile profile;
|
| // NOTE: The TemplateURLService must be created before the
|
| // AutocompleteClassifier so that the SearchProvider gets a non-NULL
|
|
|