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

Unified Diff: media/cast/transport/cast_transport_defines.h

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 7 years 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: media/cast/transport/cast_transport_defines.h
diff --git a/media/cast/net/cast_net_defines.h b/media/cast/transport/cast_transport_defines.h
similarity index 90%
rename from media/cast/net/cast_net_defines.h
rename to media/cast/transport/cast_transport_defines.h
index a9f1629a91a25b01aaf9d01e02557c4fb4d53913..c70cc2b8e69736bfff3ab37983c3b2769703da7b 100644
--- a/media/cast/net/cast_net_defines.h
+++ b/media/cast/transport/cast_transport_defines.h
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_NET_CAST_NET_DEFINES_H_
-#define MEDIA_CAST_NET_CAST_NET_DEFINES_H_
+#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_
+#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_
#include "base/basictypes.h"
namespace media {
namespace cast {
+namespace transport {
class FrameIdWrapHelper {
public:
@@ -74,8 +75,8 @@ class FrameIdWrapHelper {
Range range_;
};
-
+} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_NET_CAST_NET_DEFINES_H_
+#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_

Powered by Google App Engine
This is Rietveld 408576698