Index: chromecast/service/cast_service_android.h |
diff --git a/chromecast/service/cast_service_android.h b/chromecast/service/cast_service_android.h |
deleted file mode 100644 |
index 61a779cd6bdb39abce1939d9fa5212af91b7e7ac..0000000000000000000000000000000000000000 |
--- a/chromecast/service/cast_service_android.h |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_ |
-#define CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_ |
- |
-#include "base/macros.h" |
-#include "chromecast/service/cast_service.h" |
- |
-namespace chromecast { |
- |
-class CastServiceAndroid : public CastService { |
- public: |
- CastServiceAndroid(content::BrowserContext* browser_context, |
- const OptInStatsChangedCallback& opt_in_stats_callback); |
- virtual ~CastServiceAndroid(); |
- |
- protected: |
- // CastService implementation. |
- virtual void Initialize() override; |
- virtual void StartInternal() override; |
- virtual void StopInternal() override; |
- |
- private: |
- DISALLOW_COPY_AND_ASSIGN(CastServiceAndroid); |
-}; |
- |
-} // namespace chromecast |
- |
-#endif // CHROMECAST_SERVICE_CAST_SERVICE_ANDROID_H_ |