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

Unified Diff: tools/metrics/testdata/foo_ignored.txt

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/foo_ignored.txt
diff --git a/tools/metrics/testdata/foo_ignored.txt b/tools/metrics/testdata/foo_ignored.txt
index 570055422a0cebddefab8bc8213775a3a2a6e288..2b186f93da4b3be18ecdaf6d26427f93f4141173 100644
--- a/tools/metrics/testdata/foo_ignored.txt
+++ b/tools/metrics/testdata/foo_ignored.txt
@@ -1,4 +1,4 @@
#if defined(OS_ANDROID)
-#ifdef OS_WIN
Dan Beam 2013/03/21 15:30:18 ^ maybe this was as well?
+#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698