| Index: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| index 36c6a5258c7118a1aa5972ff9696b448810858a7..217b83cbfc971cc4be79e0a66a7f8d81fe0ef8a2 100644
|
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_pref_service.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/common/notification_details.h"
|
| #include "content/common/notification_source.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -26,7 +27,7 @@ static const string16 kB1(ASCIIToUTF16("b1"));
|
|
|
| // Base class for keyword editor tests. Creates a profile containing an
|
| // empty TemplateURLService.
|
| -class KeywordEditorControllerTest : public testing::Test,
|
| +class KeywordEditorControllerTest : public TestingBrowserProcessTest,
|
| public ui::TableModelObserver {
|
| public:
|
| // Initializes all of the state.
|
|
|