| 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
|
|
|