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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_impl.h

Issue 1826403002: [Media Router] Moves mojo-specific code into mojo/ folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to media_router.mojom to fix compile Created 4 years, 9 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/mojo/media_router_mojo_impl.h
diff --git a/chrome/browser/media/router/media_router_mojo_impl.h b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
similarity index 98%
rename from chrome/browser/media/router/media_router_mojo_impl.h
rename to chrome/browser/media/router/mojo/media_router_mojo_impl.h
index 7e85932fb45a36807527dfa81cc61e501f228e9e..4bdba2b0d3715afb9b454201ca2478376e1ed6ab 100644
--- a/chrome/browser/media/router/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_MOJO_IMPL_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_MOJO_IMPL_H_
+#ifndef CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_MOJO_IMPL_H_
+#define CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_MOJO_IMPL_H_
#include <stdint.h>
@@ -276,8 +276,8 @@ class MediaRouterMojoImpl : public MediaRouterBase,
mojo::Array<interfaces::MediaSinkPtr> sinks,
mojo::Array<mojo::String> origins) override;
void OnRoutesUpdated(mojo::Array<interfaces::MediaRoutePtr> routes,
- const mojo::String& media_source,
- mojo::Array<mojo::String> joinable_route_ids) override;
+ const mojo::String& media_source,
+ mojo::Array<mojo::String> joinable_route_ids) override;
void OnSinkAvailabilityUpdated(
interfaces::MediaRouter::SinkAvailability availability) override;
void OnPresentationConnectionStateChanged(
@@ -414,4 +414,4 @@ class MediaRouterMojoImpl : public MediaRouterBase,
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_MOJO_IMPL_H_
+#endif // CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_MOJO_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698