| Index: trunk/src/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc (revision 219785)
|
| +++ trunk/src/chrome/browser/ui/omnibox/omnibox_edit_unittest.cc (working copy)
|
| @@ -11,7 +11,6 @@
|
| #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"
|
| @@ -182,7 +181,6 @@
|
| };
|
| TestingOmniboxEditController controller(toolbar_model());
|
| TestingOmniboxView view(&controller);
|
| - content::TestBrowserThreadBundle thread_bundle;
|
| TestingProfile profile;
|
| // NOTE: The TemplateURLService must be created before the
|
| // AutocompleteClassifier so that the SearchProvider gets a non-NULL
|
|
|