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

Unified Diff: media/cast/common/clock_drift_smoother.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/cast_testing.gypi ('k') | media/cast/common/clock_drift_smoother.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/common/clock_drift_smoother.h
diff --git a/media/cast/base/clock_drift_smoother.h b/media/cast/common/clock_drift_smoother.h
similarity index 92%
rename from media/cast/base/clock_drift_smoother.h
rename to media/cast/common/clock_drift_smoother.h
index 67de4cb51a8f904fc40d176550443619b0c2c15d..0511da9f3d925e3d9de30362a202dd77be66477d 100644
--- a/media/cast/base/clock_drift_smoother.h
+++ b/media/cast/common/clock_drift_smoother.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_BASE_CLOCK_DRIFT_SMOOTHER_H_
-#define MEDIA_CAST_BASE_CLOCK_DRIFT_SMOOTHER_H_
+#ifndef MEDIA_CAST_COMMON_CLOCK_DRIFT_SMOOTHER_H_
+#define MEDIA_CAST_COMMON_CLOCK_DRIFT_SMOOTHER_H_
#include "base/time/time.h"
@@ -49,4 +49,4 @@ class ClockDriftSmoother {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_BASE_CLOCK_DRIFT_SMOOTHER_H_
+#endif // MEDIA_CAST_COMMON_CLOCK_DRIFT_SMOOTHER_H_
« no previous file with comments | « media/cast/cast_testing.gypi ('k') | media/cast/common/clock_drift_smoother.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698