| 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);
|
|
|
|
|