Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / sync_startup_tracker.cc
index 7c1d5aa..9b06684 100644 (file)
@@ -63,7 +63,7 @@ SyncStartupTracker::SyncServiceState SyncStartupTracker::GetSyncServiceState(
   }
 
   // If the sync backend has started up, notify the callback.
-  if (service->sync_initialized())
+  if (service->backend_initialized())
     return SYNC_STARTUP_COMPLETE;
 
   // If the sync service has some kind of error, report to the user.