summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_thread.cc
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 06:48:32 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 06:48:32 +0000
commit109763bb929004fefa409c342d1c14a78bfe126f (patch)
tree0614c618674684955caa470ee49d26e05e7dc3e1 /chrome/browser/sync/engine/syncer_thread.cc
parent457764525fd9a27612d7c8bc9d77ae0646db1a56 (diff)
downloadchromium_src-109763bb929004fefa409c342d1c14a78bfe126f.zip
chromium_src-109763bb929004fefa409c342d1c14a78bfe126f.tar.gz
chromium_src-109763bb929004fefa409c342d1c14a78bfe126f.tar.bz2
Made sync code build and pass unit tests on OS X.
Major changes: - Moved sync_setup_{flow,wizard} to sync directory. - Made browser_with_test_window_test compile on non-Windows platform. - Moved localized contents font util functions to app/. BUG=23073 TEST=trybot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29253 Review URL: http://codereview.chromium.org/279004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncer_thread.cc')
-rw-r--r--chrome/browser/sync/engine/syncer_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_thread.cc b/chrome/browser/sync/engine/syncer_thread.cc
index 073b5ea..0861940 100644
--- a/chrome/browser/sync/engine/syncer_thread.cc
+++ b/chrome/browser/sync/engine/syncer_thread.cc
@@ -75,7 +75,7 @@ int UserIdleTime() {
}
int64 idle_time; // in nanoseconds
- Boolean success;
+ Boolean success = false;
if (CFGetTypeID(object) == CFNumberGetTypeID()) {
success = CFNumberGetValue((CFNumberRef)object,
kCFNumberSInt64Type,