| Index: chrome/browser/cocoa/keystone_glue.h
|
| diff --git a/chrome/browser/cocoa/keystone_glue.h b/chrome/browser/cocoa/keystone_glue.h
|
| index 28486813061100a7a08a8b56ac88ddb1f622182c..f987eef3afe25a919785be0472b8d1ec9910cde0 100644
|
| --- a/chrome/browser/cocoa/keystone_glue.h
|
| +++ b/chrome/browser/cocoa/keystone_glue.h
|
| @@ -39,9 +39,9 @@ enum AutoupdateStatus {
|
| // value as an intValue at key kAutoupdateStatusStatus. If a version is
|
| // available (see AutoupdateStatus), it will be present at key
|
| // kAutoupdateStatusVersion.
|
| -extern const NSString* const kAutoupdateStatusNotification;
|
| -extern const NSString* const kAutoupdateStatusStatus;
|
| -extern const NSString* const kAutoupdateStatusVersion;
|
| +extern NSString* const kAutoupdateStatusNotification;
|
| +extern NSString* const kAutoupdateStatusStatus;
|
| +extern NSString* const kAutoupdateStatusVersion;
|
|
|
| namespace {
|
| enum BrandFileType {
|
|
|