| Index: chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| index 8b95a874e03f59ce797dde75af1908f61b6465c7..fe12e9be23767edf5d8eb6ea4db7857f7905aa64 100644
|
| --- a/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| @@ -35,9 +35,7 @@ class MultipleClientPasswordsSyncTest : public SyncTest {
|
| MultipleClientPasswordsSyncTest() : SyncTest(MULTIPLE_CLIENT) {}
|
| virtual ~MultipleClientPasswordsSyncTest() {}
|
|
|
| - virtual bool TestUsesSelfNotifications() override {
|
| - return false;
|
| - }
|
| + bool TestUsesSelfNotifications() override { return false; }
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MultipleClientPasswordsSyncTest);
|
|
|