diff options
Diffstat (limited to 'chrome/browser/sync/syncable/syncable.cc')
-rw-r--r-- | chrome/browser/sync/syncable/syncable.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/syncable/syncable.cc b/chrome/browser/sync/syncable/syncable.cc index e8373a88..aa4832e 100644 --- a/chrome/browser/sync/syncable/syncable.cc +++ b/chrome/browser/sync/syncable/syncable.cc @@ -7,7 +7,7 @@ #include "build/build_config.h" #include <sys/stat.h> -#ifdef OS_LINUX +#ifdef OS_POSIX #include <sys/time.h> #endif #include <sys/types.h> @@ -1870,4 +1870,4 @@ FastDump& operator<<(FastDump& dump, const syncable::Blob& blob) { string buffer(HexEncode(&blob[0], blob.size())); dump.out_->sputn(buffer.c_str(), buffer.size()); return dump; -}
\ No newline at end of file +} |