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

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

Issue 2379223004: Switch from Delegate to Observer. (Closed)
Patch Set: Rebase Created 4 years, 2 months 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/arc_bridge_service_unittest.cc ('k') | components/arc/test/fake_arc_bridge_bootstrap.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_bootstrap.h
diff --git a/components/arc/test/fake_arc_bridge_bootstrap.h b/components/arc/test/fake_arc_bridge_bootstrap.h
index 5076a0738deb828ef23342a52f3aec6c81f265d2..2e3253dcaf56b837c541504429c951acf0398966 100644
--- a/components/arc/test/fake_arc_bridge_bootstrap.h
+++ b/components/arc/test/fake_arc_bridge_bootstrap.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "components/arc/arc_bridge_bootstrap.h"
-#include "components/arc/test/fake_arc_bridge_instance.h"
namespace arc {
@@ -42,7 +41,6 @@ class FakeArcBridgeBootstrap : public ArcBridgeBootstrap {
private:
bool boot_failure_emulation_enabled_ = false;
ArcBridgeService::StopReason boot_failure_reason_;
- FakeArcBridgeInstance instance_;
bool boot_suspended_ = false;
« no previous file with comments | « components/arc/arc_bridge_service_unittest.cc ('k') | components/arc/test/fake_arc_bridge_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698