| Index: chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.h b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| index bc9ade990d2e8f6f9f50cbb0ce3c758a4db152f4..2326b9922fb70209307dc47fbe84e0fce4bc24a1 100644
|
| --- a/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| +++ b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| @@ -25,7 +25,7 @@ class FakeGCMProfileService : public GCMProfileService {
|
| static KeyedService* Build(content::BrowserContext* context);
|
|
|
| explicit FakeGCMProfileService(Profile* profile);
|
| - virtual ~FakeGCMProfileService();
|
| + ~FakeGCMProfileService() override;
|
|
|
| void RegisterFinished(const std::string& app_id,
|
| const std::vector<std::string>& sender_ids);
|
|
|