Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3860)

Unified Diff: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider_unittest.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « chrome/browser/sync_file_system/mock_remote_file_sync_service.cc ('k') | chrome/browser/ui/app_list/speech_auth_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698