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

Unified Diff: media/cast/common/transport_encryption_handler.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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
« no previous file with comments | « media/cast/common/clock_drift_smoother.cc ('k') | media/cast/common/transport_encryption_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/common/transport_encryption_handler.h
diff --git a/media/cast/transport/utility/transport_encryption_handler.h b/media/cast/common/transport_encryption_handler.h
similarity index 82%
rename from media/cast/transport/utility/transport_encryption_handler.h
rename to media/cast/common/transport_encryption_handler.h
index ff917f744bcd4ad7c570b6fe1a8e3390ad06e936..d4798dc78b5656728f5d5d9268a96b9dba83a923 100644
--- a/media/cast/transport/utility/transport_encryption_handler.h
+++ b/media/cast/common/transport_encryption_handler.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_TRANSPORT_TRANSPORT_UTILITY_ENCRYPTION_HANDLER_H_
-#define MEDIA_CAST_TRANSPORT_TRANSPORT_UTILITY_ENCRYPTION_HANDLER_H_
+#ifndef MEDIA_CAST_COMMON_TRANSPORT_ENCRYPTION_HANDLER_H_
+#define MEDIA_CAST_COMMON_TRANSPORT_ENCRYPTION_HANDLER_H_
// Helper class to handle encryption for the Cast Transport library.
#include <string>
@@ -20,7 +20,6 @@ class SymmetricKey;
namespace media {
namespace cast {
-namespace transport {
class TransportEncryptionHandler : public base::NonThreadSafe {
public:
@@ -48,8 +47,7 @@ class TransportEncryptionHandler : public base::NonThreadSafe {
DISALLOW_COPY_AND_ASSIGN(TransportEncryptionHandler);
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_TRANSPORT_UTILITY_ENCRYPTION_HANDLER_H_
+#endif // MEDIA_CAST_COMMON_TRANSPORT_ENCRYPTION_HANDLER_H_
« no previous file with comments | « media/cast/common/clock_drift_smoother.cc ('k') | media/cast/common/transport_encryption_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698