| Index: chrome/browser/sync/test/integration/enable_disable_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| index 00e79ee3f9c4325864eeef4b97a6c07dfc7231fa..ed9a3645c18d5cf0344ac57731a65abd663d5489 100644
|
| --- a/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| +++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
|
| @@ -20,7 +20,8 @@ class EnableDisableSingleClientTest : public SyncTest {
|
| virtual ~EnableDisableSingleClientTest() {}
|
|
|
| // Don't use self-notifications as they can trigger additional sync cycles.
|
| - virtual bool TestUsesSelfNotifications() override { return false; }
|
| + bool TestUsesSelfNotifications() override { return false; }
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(EnableDisableSingleClientTest);
|
| };
|
|
|