diff options
Diffstat (limited to 'chrome/browser/sync/api/sync_error.h')
-rw-r--r-- | chrome/browser/sync/api/sync_error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/api/sync_error.h b/chrome/browser/sync/api/sync_error.h index ff43a27..326e9d4 100644 --- a/chrome/browser/sync/api/sync_error.h +++ b/chrome/browser/sync/api/sync_error.h @@ -36,8 +36,6 @@ class SyncError { SyncError(const SyncError& other); SyncError& operator=(const SyncError& other); - ~SyncError(); - // Reset the current error to a new error. May be called irrespective of // whether IsSet() is true. After this is called, IsSet() will return true. // Will print the new error to LOG(ERROR). |