diff options
Diffstat (limited to 'chrome/browser/ui/process_singleton_dialog_linux.h')
-rw-r--r-- | chrome/browser/ui/process_singleton_dialog_linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/process_singleton_dialog_linux.h b/chrome/browser/ui/process_singleton_dialog_linux.h index c80aa30..ffea405 100644 --- a/chrome/browser/ui/process_singleton_dialog_linux.h +++ b/chrome/browser/ui/process_singleton_dialog_linux.h @@ -12,7 +12,7 @@ // started by that point in the startup process. // Shows the dialog, and returns once the dialog has been closed. -bool ShowProcessSingletonDialog(const string16& message, - const string16& relaunch_text); +bool ShowProcessSingletonDialog(const base::string16& message, + const base::string16& relaunch_text); #endif // CHROME_BROWSER_UI_PROCESS_SINGLETON_DIALOG_LINUX_H_ |