summaryrefslogtreecommitdiffstats
path: root/o3d/statsreport
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 01:18:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 01:18:26 +0000
commit0ceea450823130962b38225950b0f3e7967a81bf (patch)
tree0775d6fff487a0c577e8dbe4028f890ad8fac0ea /o3d/statsreport
parent960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d (diff)
downloadchromium_src-0ceea450823130962b38225950b0f3e7967a81bf.zip
chromium_src-0ceea450823130962b38225950b0f3e7967a81bf.tar.gz
chromium_src-0ceea450823130962b38225950b0f3e7967a81bf.tar.bz2
o3d: Fix the mac build broken on r53286.
BUG=None TEST=None Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: http://codereview.chromium.org/3026017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/statsreport')
-rw-r--r--o3d/statsreport/const-mac.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/o3d/statsreport/const-mac.mm b/o3d/statsreport/const-mac.mm
index b9ee601..0551d89 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 =