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

Unified Diff: chrome/browser/ui/gtk/first_run_dialog.cc

Issue 9153008: Progressively refacto FirstRun class to first_run namespace(part 4). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/gtk/first_run_dialog.cc
diff --git a/chrome/browser/ui/gtk/first_run_dialog.cc b/chrome/browser/ui/gtk/first_run_dialog.cc
index 3651979188ba969559682874a80d310057f763f4..5d61dd07cc90cf85ffcb16cbd5351bbc89554959 100644
--- a/chrome/browser/ui/gtk/first_run_dialog.cc
+++ b/chrome/browser/ui/gtk/first_run_dialog.cc
@@ -111,7 +111,7 @@ bool FirstRunDialog::Show(Profile* profile,
const TemplateURLService* search_engines_model =
TemplateURLServiceFactory::GetForProfile(profile);
bool show_search_engines_dialog =
- FirstRun::ShouldShowSearchEngineSelector(search_engines_model);
+ first_run::ShouldShowSearchEngineSelector(search_engines_model);
#if defined(GOOGLE_CHROME_BUILD)
// If the metrics reporting is managed, we won't ask.
« no previous file with comments | « chrome/browser/ui/cocoa/first_run_dialog.mm ('k') | chrome/browser/ui/views/first_run_search_engine_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698