summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r--chrome/browser/ui/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index a2116b5..eaba8b0 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -572,7 +572,7 @@ void Browser::InitBrowserWindow() {
}
// Permanently dismiss ntp4 bubble for new users.
- if (FirstRun::IsChromeFirstRun())
+ if (first_run::IsChromeFirstRun())
NewTabPageHandler::DismissIntroMessage(local_state);
}