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

Unified Diff: media/cast/net/pacing/paced_sender.h

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving const' to .cc 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
« no previous file with comments | « media/cast/net/pacing/mock_paced_packet_sender.cc ('k') | media/cast/net/pacing/paced_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/paced_sender.h
diff --git a/media/cast/pacing/paced_sender.h b/media/cast/net/pacing/paced_sender.h
similarity index 94%
rename from media/cast/pacing/paced_sender.h
rename to media/cast/net/pacing/paced_sender.h
index eb466a1c2c3ea49096cc7beea908884d8982c0c7..89283257134db4a5f5484e5a332a27e4b995e349 100644
--- a/media/cast/pacing/paced_sender.h
+++ b/media/cast/net/pacing/paced_sender.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 MEDIA_CAST_PACING_PACED_SENDER_H_
-#define MEDIA_CAST_PACING_PACED_SENDER_H_
+#ifndef MEDIA_CAST_NET_PACING_PACED_SENDER_H_
+#define MEDIA_CAST_NET_PACING_PACED_SENDER_H_
#include <list>
#include <vector>
@@ -80,4 +80,4 @@ class PacedSender : public PacedPacketSender,
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_PACING_PACED_SENDER_H_
+#endif // MEDIA_CAST_NET_PACING_PACED_SENDER_H_
« no previous file with comments | « media/cast/net/pacing/mock_paced_packet_sender.cc ('k') | media/cast/net/pacing/paced_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698