Index: chrome/browser/shell_integration_win.cc |
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc |
index 56fa562c4295b8a3f73c93c660cf740a1475c852..f432431a495983441209aa97848ef21f9dc595e3 100644 |
--- a/chrome/browser/shell_integration_win.cc |
+++ b/chrome/browser/shell_integration_win.cc |
@@ -14,6 +14,7 @@ |
#include "base/message_loop.h" |
#include "base/path_service.h" |
#include "base/string_util.h" |
+#include "base/stringprintf.h" |
#include "base/task.h" |
#include "base/utf_string_conversions.h" |
#include "base/win/registry.h" |
@@ -216,7 +217,7 @@ bool MigrateChromiumShortcutsTask::GetExpectedAppId( |
return false; |
// Get expected app id from shortcut command line. |
- CommandLine command_line = CommandLine::FromString(StringPrintf( |
+ CommandLine command_line = CommandLine::FromString(base::StringPrintf( |
L"\"%ls\" %ls", source.c_str(), arguments.c_str())); |
FilePath profile_path; |