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

Unified Diff: chrome/common/media_router/media_source.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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/common/media_router/media_source.h
diff --git a/chrome/browser/media/router/media_source.h b/chrome/common/media_router/media_source.h
similarity index 88%
rename from chrome/browser/media/router/media_source.h
rename to chrome/common/media_router/media_source.h
index 46157434955a5f022b333ce978513f6d82510bcd..b5b20ad649ac79e43b2c0b1cc239027d9f58159c 100644
--- a/chrome/browser/media/router/media_source.h
+++ b/chrome/common/media_router/media_source.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_SOURCE_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_SOURCE_H_
+#ifndef CHROME_COMMON_MEDIA_ROUTER_MEDIA_SOURCE_H_
+#define CHROME_COMMON_MEDIA_ROUTER_MEDIA_SOURCE_H_
#include <stddef.h>
@@ -54,4 +54,4 @@ class MediaSource {
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_SOURCE_H_
+#endif // CHROME_COMMON_MEDIA_ROUTER_MEDIA_SOURCE_H_

Powered by Google App Engine
This is Rietveld 408576698