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

Unified Diff: chrome/common/mac/app_mode_chrome_locator.h

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/localized_error.cc ('k') | chrome/common/mac/app_mode_chrome_locator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/app_mode_chrome_locator.h
diff --git a/chrome/common/mac/app_mode_chrome_locator.h b/chrome/common/mac/app_mode_chrome_locator.h
index f5e7a3e2bbac281b489bb8a058bc22d689110df5..1b260d2b6c5a4b06281aadbd1d99118582f2f639 100644
--- a/chrome/common/mac/app_mode_chrome_locator.h
+++ b/chrome/common/mac/app_mode_chrome_locator.h
@@ -28,7 +28,7 @@ bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
// the framework directory).
// Returns true if all information read succesfuly, false otherwise.
bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
- string16* raw_version_str,
+ base::string16* raw_version_str,
base::FilePath* version_path,
base::FilePath* framework_shlib_path);
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/common/mac/app_mode_chrome_locator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698