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

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

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
Index: third_party/WebKit/Source/platform/audio/DistanceEffect.h
diff --git a/third_party/WebKit/Source/platform/audio/Distance.h b/third_party/WebKit/Source/platform/audio/DistanceEffect.h
similarity index 97%
rename from third_party/WebKit/Source/platform/audio/Distance.h
rename to third_party/WebKit/Source/platform/audio/DistanceEffect.h
index 362ba14e4646380aa69a9a1e8095147f310eb3ca..51cab188eef79cc38b21018bb2681103a91d145c 100644
--- a/third_party/WebKit/Source/platform/audio/Distance.h
+++ b/third_party/WebKit/Source/platform/audio/DistanceEffect.h
@@ -26,8 +26,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Distance_h
-#define Distance_h
+#ifndef DistanceEffect_h
+#define DistanceEffect_h
#include "platform/PlatformExport.h"
#include "platform/wtf/Allocator.h"
@@ -78,4 +78,4 @@ class PLATFORM_EXPORT DistanceEffect {
} // namespace blink
-#endif // Distance_h
+#endif // DistanceEffect_h
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Distance.cpp ('k') | third_party/WebKit/Source/platform/audio/DistanceEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698