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

Unified Diff: courgette/memory_allocator.cc

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: courgette/memory_allocator.cc
diff --git a/courgette/memory_allocator.cc b/courgette/memory_allocator.cc
index 54b34da6ec2879f6d4c9cee917d09a1ef7bef39f..c2bbd64b75aefc950fcc640385fcafcea845f0ab 100644
--- a/courgette/memory_allocator.cc
+++ b/courgette/memory_allocator.cc
@@ -9,7 +9,7 @@
#include "base/file_util.h"
#include "base/stringprintf.h"
-#ifdef OS_WIN
+#if defined(OS_WIN)
namespace courgette {

Powered by Google App Engine
This is Rietveld 408576698