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

Unified Diff: components/media_router/discovery/media_sink_internal.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Address Sylvain's comments 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/discovery/media_sink_internal.h
diff --git a/chrome/browser/media/router/discovery/media_sink_internal.h b/components/media_router/discovery/media_sink_internal.h
similarity index 93%
rename from chrome/browser/media/router/discovery/media_sink_internal.h
rename to components/media_router/discovery/media_sink_internal.h
index 9d57beb07c583a7392b5ec5c148812806c49f060..9c08b42c4d98f8c200b8df30189397655d5b02a8 100644
--- a/chrome/browser/media/router/discovery/media_sink_internal.h
+++ b/components/media_router/discovery/media_sink_internal.h
@@ -2,13 +2,13 @@
// 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_DISCOVERY_MEDIA_SINK_INTERNAL_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_MEDIA_SINK_INTERNAL_H_
+#ifndef COMPONENTS_MEDIA_ROUTER_DISCOVERY_MEDIA_SINK_INTERNAL_H_
+#define COMPONENTS_MEDIA_ROUTER_DISCOVERY_MEDIA_SINK_INTERNAL_H_
#include <utility>
#include "base/memory/manual_constructor.h"
-#include "chrome/browser/media/router/media_sink.h"
+#include "components/media_router/media_sink.h"
#include "net/base/ip_address.h"
#include "url/gurl.h"
@@ -125,4 +125,4 @@ class MediaSinkInternal {
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_DISCOVERY_MEDIA_SINK_INTERNAL_H_
+#endif // COMPONENTS_MEDIA_ROUTER_DISCOVERY_MEDIA_SINK_INTERNAL_H_

Powered by Google App Engine
This is Rietveld 408576698