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

Unified Diff: media/base/feedback_signal_accumulator.h

Issue 2149793003: Move media/capture/content/feedback_signal_accumulator{.h,_unittest.cc} to media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/base/BUILD.gn ('k') | media/base/feedback_signal_accumulator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/feedback_signal_accumulator.h
diff --git a/media/capture/content/feedback_signal_accumulator.h b/media/base/feedback_signal_accumulator.h
similarity index 94%
rename from media/capture/content/feedback_signal_accumulator.h
rename to media/base/feedback_signal_accumulator.h
index 33873f1940f6568ecdd9fc1426579113b7bdb543..1acc69986157668e0511ed447b3e41ac633d26dc 100644
--- a/media/capture/content/feedback_signal_accumulator.h
+++ b/media/base/feedback_signal_accumulator.h
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_CONTENT_FEEDBACK_SIGNAL_ACCUMULATOR_H_
-#define MEDIA_CAPTURE_CONTENT_FEEDBACK_SIGNAL_ACCUMULATOR_H_
+#ifndef MEDIA_BASE_FEEDBACK_SIGNAL_ACCUMULATOR_H_
+#define MEDIA_BASE_FEEDBACK_SIGNAL_ACCUMULATOR_H_
#include "base/time/time.h"
-#include "media/capture/capture_export.h"
namespace media {
@@ -106,4 +105,4 @@ class FeedbackSignalAccumulator {
} // namespace media
-#endif // MEDIA_CAPTURE_CONTENT_FEEDBACK_SIGNAL_ACCUMULATOR_H_
+#endif // MEDIA_BASE_FEEDBACK_SIGNAL_ACCUMULATOR_H_
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/feedback_signal_accumulator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698