| Index: chrome/browser/sync/engine/syncer.h
|
| diff --git a/chrome/browser/sync/engine/syncer.h b/chrome/browser/sync/engine/syncer.h
|
| index a6ec56e72a9989dcb287d4c4aec8ff32e4085939..2df1b128ade33c8dfb379f09bd71d23087f5314f 100644
|
| --- a/chrome/browser/sync/engine/syncer.h
|
| +++ b/chrome/browser/sync/engine/syncer.h
|
| @@ -76,7 +76,7 @@ class Syncer {
|
| // The constructor may be called from a thread that is not the Syncer's
|
| // dedicated thread, to allow some flexibility in the setup.
|
| explicit Syncer(sessions::SyncSessionContext* context);
|
| - ~Syncer() {}
|
| + ~Syncer();
|
|
|
| // Called by other threads to tell the syncer to stop what it's doing
|
| // and return early from SyncShare, if possible.
|
|
|