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

Unified Diff: o3d/statsreport/const-mac.mm

Issue 3026017: o3d: Fix the mac build broken on r53286. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/statsreport/const-mac.mm
diff --git a/o3d/statsreport/const-mac.mm b/o3d/statsreport/const-mac.mm
index b9ee601ade8e02da151e9e9ebeaefd54bc27b743..0551d8915262a065b1d654306348886bd8c3a6e9 100644
--- a/o3d/statsreport/const-mac.mm
+++ b/o3d/statsreport/const-mac.mm
@@ -35,10 +35,10 @@
namespace stats_report {
-const char kTimingsKeyName = "Timings";
-const char kCountsKeyName = "Counts";
-const char kIntegersKeyName = "Integers";
-const char kBooleansKeyName = "Booleans";
+const char kTimingsKeyName[] = "Timings";
+const char kCountsKeyName[] = "Counts";
+const char kIntegersKeyName[] = "Integers";
+const char kBooleansKeyName[] = "Booleans";
static NSString* FindGoogleAppDirectory(void) {
NSString *applicationSupportFolder =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698