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