summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc')
-rw-r--r--chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc
index 8aa86f3..b3eb49c19 100644
--- a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc
+++ b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc
@@ -35,7 +35,7 @@ class MobileSetupDialogDelegate : public WebDialogDelegate {
void ShowDialog(const std::string& service_path);
protected:
- friend struct DefaultSingletonTraits<MobileSetupDialogDelegate>;
+ friend struct base::DefaultSingletonTraits<MobileSetupDialogDelegate>;
MobileSetupDialogDelegate();
~MobileSetupDialogDelegate() override;
@@ -71,7 +71,7 @@ void MobileSetupDialog::Show(const std::string& service_path) {
// static
MobileSetupDialogDelegate* MobileSetupDialogDelegate::GetInstance() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
- return Singleton<MobileSetupDialogDelegate>::get();
+ return base::Singleton<MobileSetupDialogDelegate>::get();
}
MobileSetupDialogDelegate::MobileSetupDialogDelegate() : dialog_window_(NULL) {