| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| index 742e9bb26996ff9b076a1e113d4a10e0c812409d..92de253d24b4801dcad40a7b60967bca23c46625 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/test/base/test_browser_window.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| +#include "content/public/test/test_renderer_host.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // Dummy implementation that's good enough for the tests; we don't test
|
| @@ -56,6 +57,9 @@ class BookmarkBarGtkUnittest : public testing::Test {
|
|
|
| content::TestBrowserThreadBundle thread_bundle_;
|
|
|
| + // The existence of this object enables tests via RenderViewHostTester.
|
| + content::RenderViewHostTestEnabler rvh_test_enabler_;
|
| +
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_ptr<Browser> browser_;
|
| scoped_ptr<TabstripOriginProvider> origin_provider_;
|
|
|