Index: chrome/browser/sync/util/user_settings.h |
=================================================================== |
--- chrome/browser/sync/util/user_settings.h (revision 26149) |
+++ chrome/browser/sync/util/user_settings.h (working copy) |
@@ -9,6 +9,7 @@ |
#include <set> |
#include <string> |
+#include "build/build_config.h" |
#include "chrome/browser/sync/util/pthread_helpers.h" |
#include "chrome/browser/sync/util/signin.h" |
#include "chrome/browser/sync/util/sync_types.h" |
@@ -100,10 +101,10 @@ |
// TODO(sync): Use in-memory cache for service auth tokens on posix. |
// Have someone competent in Windows switch it over to not use Sqlite in the |
// future. |
-#ifndef OS_WINDOWS |
+#ifndef OS_WIN |
typedef std::map<std::string, std::string> ServiceTokenMap; |
ServiceTokenMap service_tokens_; |
-#endif // OS_WINDOWS |
+#endif // OS_WIN |
DISALLOW_COPY_AND_ASSIGN(UserSettings); |
}; |