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

Unified Diff: chrome/browser/search/instant_unittest_base.h

Issue 268643002: Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the KeywordEditorControllerTest. Created 6 years, 8 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/search/instant_unittest_base.h
diff --git a/chrome/browser/search/instant_unittest_base.h b/chrome/browser/search/instant_unittest_base.h
index ec786e54a5b263eaf485dfe6623c511d0c57b8a6..148662a04881d05b7f0f4e48b2476d7ea2280da1 100644
--- a/chrome/browser/search/instant_unittest_base.h
+++ b/chrome/browser/search/instant_unittest_base.h
@@ -49,6 +49,9 @@ class InstantUnitTestBase : public BrowserWithTestWindowTest {
scoped_ptr<base::FieldTrialList> field_trial_list_;
private:
+ // BrowserWithTestWindowTest override
Peter Kasting 2014/05/03 00:28:18 Nit: " override" -> ":"
erikwright (departed) 2014/05/05 01:49:38 Done.
+ virtual void CustomizeServiceFactories() OVERRIDE;
+
void SetUpHelper();
};

Powered by Google App Engine
This is Rietveld 408576698