summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rwxr-xr-x[-rw-r--r--]chrome/browser/sync/sessions/session_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/sessions/session_state.h b/chrome/browser/sync/sessions/session_state.h
index 66c01fb..c03fe4d 100644..100755
--- a/chrome/browser/sync/sessions/session_state.h
+++ b/chrome/browser/sync/sessions/session_state.h
@@ -33,7 +33,8 @@ class UpdateProgress;
struct SyncerStatus {
SyncerStatus()
: over_quota(false), invalid_store(false), syncer_stuck(false),
- syncing(false), num_successful_commits(0) {}
+ syncing(false), num_successful_commits(0),
+ num_successful_bookmark_commits(0) {}
bool over_quota;
// True when we get such an INVALID_STORE error from the server.