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

Unified Diff: base/path_service.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/path_service.cc
diff --git a/base/path_service.cc b/base/path_service.cc
index 5b362abb456fb119d92756b1378e7f99d894ad18..1fd2f6f900402dedc98d07533cf891f0e574fd40 100644
--- a/base/path_service.cc
+++ b/base/path_service.cc
@@ -4,7 +4,7 @@
#include "base/path_service.h"
-#ifdef OS_WIN
+#if defined(OS_WIN)
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>

Powered by Google App Engine
This is Rietveld 408576698