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

Unified Diff: chrome/installer/gcapi/gcapi_last_run_test.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/metro_driver_win.cc ('k') | chrome/installer/gcapi/gcapi_omaha_experiment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/gcapi/gcapi_last_run_test.cc
diff --git a/chrome/installer/gcapi/gcapi_last_run_test.cc b/chrome/installer/gcapi/gcapi_last_run_test.cc
index ba57e59d6f8db275bdee4d587219a74b09d12bba..02a19748df8a9c3b925b43f3e8279f7ea72cb628 100644
--- a/chrome/installer/gcapi/gcapi_last_run_test.cc
+++ b/chrome/installer/gcapi/gcapi_last_run_test.cc
@@ -55,7 +55,7 @@ class GCAPILastRunTest : public ::testing::Test {
return SetLastRunTimeString(base::Int64ToString16(last_run_time));
}
- bool SetLastRunTimeString(const string16& last_run_time_string) {
+ bool SetLastRunTimeString(const base::string16& last_run_time_string) {
const wchar_t* base_path = google_update::kRegPathClientState;
std::wstring path(base_path);
path += L"\\";
« no previous file with comments | « chrome/app/metro_driver_win.cc ('k') | chrome/installer/gcapi/gcapi_omaha_experiment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698