Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: components/arc/test/fake_arc_bridge_service.h

Issue 2574013003: Refactor ArcSessionRunner part 1. (Closed)
Patch Set: Address comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/ime/arc_ime_service_unittest.cc ('k') | components/arc/test/fake_arc_bridge_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_arc_bridge_service.h
diff --git a/components/arc/test/fake_arc_bridge_service.h b/components/arc/test/fake_arc_bridge_service.h
deleted file mode 100644
index 971ccd902eb8590e71ddbfb77b0f08021f75082d..0000000000000000000000000000000000000000
--- a/components/arc/test/fake_arc_bridge_service.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2015 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 COMPONENTS_ARC_TEST_FAKE_ARC_BRIDGE_SERVICE_H_
-#define COMPONENTS_ARC_TEST_FAKE_ARC_BRIDGE_SERVICE_H_
-
-#include <string>
-#include <vector>
-
-#include "base/macros.h"
-#include "components/arc/arc_bridge_service.h"
-
-namespace arc {
-
-class FakeArcBridgeService : public ArcBridgeService {
- public:
- FakeArcBridgeService();
- ~FakeArcBridgeService() override;
-
- // ArcBridgeService overrides:
- void RequestStart() override;
- void RequestStop() override;
- void OnShutdown() override;
-
- private:
- void SetReady();
- void SetStopped();
-
- DISALLOW_COPY_AND_ASSIGN(FakeArcBridgeService);
-};
-
-} // namespace arc
-
-#endif // COMPONENTS_ARC_TEST_FAKE_ARC_BRIDGE_SERVICE_H_
« no previous file with comments | « components/arc/ime/arc_ime_service_unittest.cc ('k') | components/arc/test/fake_arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698