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

Unified Diff: chrome/browser/media/router/mojo/media_route_provider_util_win.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_route_provider_util_win.h
diff --git a/chrome/browser/media/router/media_route_provider_util_win.h b/chrome/browser/media/router/mojo/media_route_provider_util_win.h
similarity index 71%
rename from chrome/browser/media/router/media_route_provider_util_win.h
rename to chrome/browser/media/router/mojo/media_route_provider_util_win.h
index c4070b7a80ab4af641476d34b3fa4f0452b4ee1b..d82d09140ff38a61c122b534457a1d657f08afdc 100644
--- a/chrome/browser/media/router/media_route_provider_util_win.h
+++ b/chrome/browser/media/router/mojo/media_route_provider_util_win.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_ROUTE_PROVIDER_UTIL_WIN_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
+#ifndef CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
+#define CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
#include "base/callback.h"
@@ -16,4 +16,4 @@ void CanFirewallUseLocalPorts(const base::Callback<void(bool)>& callback);
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
+#endif // CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698