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

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

Issue 2567083002: Migrate ArcBridgeService::Observer and ArcSession::Observer. (Closed)
Patch Set: Rebase 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
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
index c21811297e7cb573af03bc76a35c2ac8e7decfb0..8a36765a9c3320fce0b953607c4bec7ee5624a50 100644
--- a/components/arc/test/fake_arc_bridge_service.h
+++ b/components/arc/test/fake_arc_bridge_service.h
@@ -27,7 +27,7 @@ class FakeArcBridgeService : public ArcBridgeService {
void SetStopped();
- bool HasObserver(const Observer* observer);
+ bool HasObserver(const ArcSessionObserver* observer);
private:
DISALLOW_COPY_AND_ASSIGN(FakeArcBridgeService);

Powered by Google App Engine
This is Rietveld 408576698