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

Unified Diff: chrome/browser/ui/views/default_search_view.h

Issue 7558014: Add a URL param to indicate group selection in Instant field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thread safe handling of Profiles Created 9 years, 4 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/views/default_search_view.h
diff --git a/chrome/browser/ui/views/default_search_view.h b/chrome/browser/ui/views/default_search_view.h
index f055b4e166e8a9ffb937b65bff4adc7134201b4f..7ec827c64c97874dd9c12d92e2e69e729cdb02c2 100644
--- a/chrome/browser/ui/views/default_search_view.h
+++ b/chrome/browser/ui/views/default_search_view.h
@@ -16,7 +16,7 @@
#include "chrome/browser/ui/gtk/constrained_window_gtk.h"
#endif
-class PrefService;
+class Profile;
class TabContents;
class TemplateURL;
class TemplateURLService;
@@ -72,7 +72,7 @@ class DefaultSearchView
TemplateURLService* template_url_service);
// Initializes the labels and controls in the view.
- void SetupControls(PrefService* prefs);
+ void SetupControls(Profile* prefs);
// Image of browser search box with grey background and bubble arrow.
views::ImageView* background_image_;

Powered by Google App Engine
This is Rietveld 408576698