| Index: chromecast/service/cast_service_android.h
|
| diff --git a/chromecast/service/cast_service_android.h b/chromecast/service/cast_service_android.h
|
| index eee82e8ae0c50f0d2fc8c5a9f1e71faec334cdc5..61a779cd6bdb39abce1939d9fa5212af91b7e7ac 100644
|
| --- a/chromecast/service/cast_service_android.h
|
| +++ b/chromecast/service/cast_service_android.h
|
| @@ -18,9 +18,9 @@ class CastServiceAndroid : public CastService {
|
|
|
| protected:
|
| // CastService implementation.
|
| - virtual void Initialize() OVERRIDE;
|
| - virtual void StartInternal() OVERRIDE;
|
| - virtual void StopInternal() OVERRIDE;
|
| + virtual void Initialize() override;
|
| + virtual void StartInternal() override;
|
| + virtual void StopInternal() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CastServiceAndroid);
|
|
|