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

Unified Diff: chrome/browser/media/router/test_helper.h

Issue 2627463003: Convert MediaRouter mojom apis to intake url::Origin objects instead of strings (Closed)
Patch Set: Add missing dependency for extensions_renderer_resources target Created 3 years, 10 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
Index: chrome/browser/media/router/test_helper.h
diff --git a/chrome/browser/media/router/test_helper.h b/chrome/browser/media/router/test_helper.h
index 84c1001786a90c88fd43aaf85b9fa30111fd08b5..80e2ee4ff31e08d4b0f5da5e12ca208c07499c0e 100644
--- a/chrome/browser/media/router/test_helper.h
+++ b/chrome/browser/media/router/test_helper.h
@@ -62,7 +62,7 @@ class MockMediaSinksObserver : public MediaSinksObserver {
public:
MockMediaSinksObserver(MediaRouter* router,
const MediaSource& source,
- const GURL& origin);
+ const url::Origin& origin);
~MockMediaSinksObserver() override;
MOCK_METHOD1(OnSinksReceived, void(const std::vector<MediaSink>& sinks));
« no previous file with comments | « chrome/browser/media/router/presentation_service_delegate_impl_unittest.cc ('k') | chrome/browser/media/router/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698