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

Unified Diff: third_party/WebKit/Source/platform/audio/DistanceEffect.cpp

Issue 2864383002: Rename Distance.* file to DistanceEffect.* (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/platform/audio/DistanceEffect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/audio/DistanceEffect.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Distance.cpp b/third_party/WebKit/Source/platform/audio/DistanceEffect.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/audio/Distance.cpp
rename to third_party/WebKit/Source/platform/audio/DistanceEffect.cpp
index 1984eb7dcb3e89dafc5e5e2cf46da2ee4299ac0d..1e01ca7ca1ac189795fb90775839d9c15da85c2b 100644
--- a/third_party/WebKit/Source/platform/audio/Distance.cpp
+++ b/third_party/WebKit/Source/platform/audio/DistanceEffect.cpp
@@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/audio/Distance.h"
+#include "platform/audio/DistanceEffect.h"
#include <math.h>
#include <algorithm>
« no previous file with comments | « third_party/WebKit/Source/platform/audio/DistanceEffect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698