| Index: chrome/common/mac/app_mode_common.h
|
| diff --git a/chrome/common/mac/app_mode_common.h b/chrome/common/mac/app_mode_common.h
|
| index de82e2450d33b2b74646edde0f16e0ef937ed86c..a88ded6598f762040990af264ee83f18409c6509 100644
|
| --- a/chrome/common/mac/app_mode_common.h
|
| +++ b/chrome/common/mac/app_mode_common.h
|
| @@ -115,7 +115,7 @@ struct ChromeAppModeInfo {
|
| std::string app_mode_id; // Required: v1.0
|
|
|
| // Unrestricted (e.g., several-word) UTF8-encoded name for the shortcut.
|
| - string16 app_mode_name; // Optional: v1.0
|
| + base::string16 app_mode_name; // Optional: v1.0
|
|
|
| // URL for the shortcut. Must be a valid URL.
|
| std::string app_mode_url; // Required: v1.0
|
|
|