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

Unified Diff: chrome/browser/cocoa/keystone_glue.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 months 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
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..eaf84e522e7219d0060419c82c782969b8493166 100644
--- a/chrome/browser/cocoa/keystone_glue.h
+++ b/chrome/browser/cocoa/keystone_glue.h
@@ -39,17 +39,18 @@ 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 {
- kBrandFileTypeNotDetermined = 0,
- kBrandFileTypeNone,
- kBrandFileTypeUser,
- kBrandFileTypeSystem,
- };
+
+enum BrandFileType {
+ kBrandFileTypeNotDetermined = 0,
+ kBrandFileTypeNone,
+ kBrandFileTypeUser,
+ kBrandFileTypeSystem,
+};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698