| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index f9e63e187b9b79debf31e8651c36541d8afee0b3..41b592f39a2eafbe44a3d720c4fa9c7dbe3b7fcd 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -323,9 +323,9 @@ JavaScriptDialogManager* Shell::GetJavaScriptDialogManager() {
|
|
|
| bool Shell::AddMessageToConsole(WebContents* source,
|
| int32 level,
|
| - const string16& message,
|
| + const base::string16& message,
|
| int32 line_no,
|
| - const string16& source_id) {
|
| + const base::string16& source_id) {
|
| return CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
|
| }
|
|
|
|
|