summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/enable_disable_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/integration/enable_disable_test.cc')
-rw-r--r--chrome/browser/sync/test/integration/enable_disable_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
index 00e79ee..ed9a364 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);
};