summaryrefslogtreecommitdiffstats
path: root/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/services/gcm/gcm_profile_service_unittest.cc')
-rw-r--r--chrome/browser/services/gcm/gcm_profile_service_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
index ce682ab..3c9fb7b 100644
--- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
+++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc
@@ -54,11 +54,11 @@ KeyedService* BuildGCMProfileService(content::BrowserContext* context) {
class GCMProfileServiceTest : public testing::Test {
protected:
GCMProfileServiceTest();
- virtual ~GCMProfileServiceTest();
+ ~GCMProfileServiceTest() override;
// testing::Test:
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
FakeGCMClient* GetGCMClient() const;