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

Unified Diff: base/message_loop.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: base/message_loop.cc
diff --git a/base/message_loop.cc b/base/message_loop.cc
index 33f2a5b3ebfc73cb2d2804d240b63a3775947439..f9ecd410e8c3261a31da889cb27bd225cb897760 100644
--- a/base/message_loop.cc
+++ b/base/message_loop.cc
@@ -142,7 +142,7 @@ MessageLoop::MessageLoop(Type type)
exception_restoration_(false),
message_histogram_(NULL),
run_loop_(NULL),
-#ifdef OS_WIN
+#if defined(OS_WIN)
os_modal_loop_(false),
#endif // OS_WIN
next_sequence_num_(0) {
« no previous file with comments | « no previous file | base/path_service.cc » ('j') | chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698