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

Unified Diff: tools/metrics/testdata/subdir/foo_test.mm

Issue 12545059: ifdef OS_NAME -> if defined(OS_NAME) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: tools/metrics/testdata/subdir/foo_test.mm
diff --git a/tools/metrics/testdata/subdir/foo_test.mm b/tools/metrics/testdata/subdir/foo_test.mm
index 7f66b11e02beee1e445c702d417ef8a3f4e005e2..adf1f891ea922294eebca49af142b80f088878bd 100644
--- a/tools/metrics/testdata/subdir/foo_test.mm
+++ b/tools/metrics/testdata/subdir/foo_test.mm
@@ -4,5 +4,5 @@
#if defined(OS_ANDROID)
-#ifdef OS_WIN
Dan Beam 2013/03/21 15:30:18 and this
+#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698