| Index: chrome/browser/ui/bookmarks/bookmark_unittest.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_unittest.cc
|
| index e8ccb5cd7d208a7af355650ba4fc361ad8b10d1d..e0b204eaa5268e5915fd8c3e610aa8f7eb632f8a 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_unittest.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_unittest.cc
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/search/search.h"
|
| #include "chrome/browser/search_engines/template_url_service.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| @@ -42,7 +41,6 @@ TEST_F(BookmarkTest, DetachedBookmarkBarOnCustomNTP) {
|
| class BookmarkInstantExtendedTest : public BrowserWithTestWindowTest {
|
| public:
|
| BookmarkInstantExtendedTest() {
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| }
|
|
|
| protected:
|
|
|