Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: chrome/app/metro_driver_win.cc

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/installer/gcapi/gcapi_last_run_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/metro_driver_win.cc
diff --git a/chrome/app/metro_driver_win.cc b/chrome/app/metro_driver_win.cc
index a5627113582cd4aaa245547881bab42af168de1b..faaff881bb8ea0419476de3c2875752900036945 100644
--- a/chrome/app/metro_driver_win.cc
+++ b/chrome/app/metro_driver_win.cc
@@ -46,7 +46,7 @@ MetroDriver::MetroDriver() : init_metro_fn_(NULL) {
// It is not next to the build output, so this must be an actual deployment
// and in that case we need the mainloader to find the current version
// directory.
- string16 version(GetCurrentModuleVersion());
+ base::string16 version(GetCurrentModuleVersion());
if (!version.empty()) {
std::wstring exe_path(GetExecutablePath());
exe_path.append(version).append(L"\\").append(chrome::kMetroDriverDll);
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/installer/gcapi/gcapi_last_run_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698