| Index: chrome/common/mac/app_mode_chrome_locator.mm
|
| diff --git a/chrome/common/mac/app_mode_chrome_locator.mm b/chrome/common/mac/app_mode_chrome_locator.mm
|
| index 204ea28b5e6290960b3615b11de56d0e5ca2376e..ac62380cf2fce635039fb9b463e0024a94e2c369 100644
|
| --- a/chrome/common/mac/app_mode_chrome_locator.mm
|
| +++ b/chrome/common/mac/app_mode_chrome_locator.mm
|
| @@ -25,7 +25,7 @@ bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle) {
|
| }
|
|
|
| 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) {
|
| using base::mac::ObjCCast;
|
|
|