diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncer_thread.cc')
-rw-r--r-- | chrome/browser/sync/engine/syncer_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/syncer_thread.cc b/chrome/browser/sync/engine/syncer_thread.cc index 0861940..8d63cd7 100644 --- a/chrome/browser/sync/engine/syncer_thread.cc +++ b/chrome/browser/sync/engine/syncer_thread.cc @@ -5,7 +5,7 @@ #include "build/build_config.h" -#ifdef OS_MACOSX +#if defined(OS_MACOSX) #include <CoreFoundation/CFNumber.h> #include <IOKit/IOTypes.h> #include <IOKit/IOKitLib.h> @@ -37,7 +37,7 @@ namespace { // Returns the amount of time since the user last interacted with the computer, // in milliseconds int UserIdleTime() { -#ifdef OS_WIN +#if defined(OS_WIN) LASTINPUTINFO last_input_info; last_input_info.cbSize = sizeof(LASTINPUTINFO); |