Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index c4d8efd63f5e233dca62d1fbe3009c8ac381c74e..19583b664d8ecc55af148032d6d972b71395841d 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -233,9 +233,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
// TODO(timsteele): What happens if the bookmark model is loaded, a change |
// takes place, and the backend isn't initialized yet? |
bool sync_initialized() const { return backend_initialized_; } |
- virtual bool unrecoverable_error_detected() const { |
- return unrecoverable_error_detected_; |
- } |
+ virtual bool unrecoverable_error_detected() const; |
const std::string& unrecoverable_error_message() { |
return unrecoverable_error_message_; |
} |