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

Unified Diff: components/media_router/route_message.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: . Created 3 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: components/media_router/route_message.h
diff --git a/chrome/browser/media/router/route_message.h b/components/media_router/route_message.h
similarity index 82%
rename from chrome/browser/media/router/route_message.h
rename to components/media_router/route_message.h
index 6d5191db396b6ff4375f71cb3619bcc7609baec8..bc26bd19952b3e7bbd5bc7a8557169625633f7af 100644
--- a/chrome/browser/media/router/route_message.h
+++ b/components/media_router/route_message.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_ROUTE_MESSAGE_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_ROUTE_MESSAGE_H_
+#ifndef COMPONENTS_MEDIA_ROUTER_ROUTE_MESSAGE_H_
+#define COMPONENTS_MEDIA_ROUTER_ROUTE_MESSAGE_H_
#include <stdint.h>
@@ -32,4 +32,4 @@ struct RouteMessage {
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_ROUTE_MESSAGE_H_
+#endif // COMPONENTS_MEDIA_ROUTER_ROUTE_MESSAGE_H_

Powered by Google App Engine
This is Rietveld 408576698