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

Unified Diff: media/base/audio_point.h

Issue 1907973003: media: Move audio_parameters and audio_point to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/audio_parameters_unittest.cc ('k') | media/base/audio_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_point.h
diff --git a/media/audio/point.h b/media/base/audio_point.h
similarity index 88%
rename from media/audio/point.h
rename to media/base/audio_point.h
index d215a5991195f7f9a1d5a3fa5960b9a491bae512..4ba8d9aad224e5f86618c4dc2e5e1b0d534b341c 100644
--- a/media/audio/point.h
+++ b/media/base/audio_point.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_AUDIO_POINT_H_
-#define MEDIA_AUDIO_POINT_H_
+#ifndef MEDIA_BASE_AUDIO_POINT_H_
+#define MEDIA_BASE_AUDIO_POINT_H_
#include <string>
#include <vector>
@@ -28,4 +28,4 @@ MEDIA_EXPORT std::string PointsToString(const std::vector<Point>& points);
} // namespace media
-#endif // MEDIA_AUDIO_POINT_H_
+#endif // MEDIA_BASE_AUDIO_POINT_H_
« no previous file with comments | « media/base/audio_parameters_unittest.cc ('k') | media/base/audio_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698