| Index: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| index 470fa250c72d3b5280e146d3e31c0922801dd1c0..51b3afb831acfc85cb2b361d7ea0a66fb1c77e0e 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc
|
| @@ -62,7 +62,6 @@ class SuggestionsSearchProviderTest : public AppListTestBase {
|
| TestingPrefServiceSyncable* pref_service =
|
| profile_->GetTestingPrefService();
|
| suggestions_store_.reset(new SuggestionsStore(pref_service));
|
| -
|
| }
|
|
|
| void TearDown() override {
|
| @@ -98,9 +97,6 @@ class SuggestionsSearchProviderTest : public AppListTestBase {
|
| // Under test.
|
| scoped_ptr<SuggestionsSearchProvider> suggestions_search_;
|
|
|
| - // Helpers.
|
| - ProfileSyncServiceMock* mock_pss_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SuggestionsSearchProviderTest);
|
| };
|
|
|
|
|