diff options
Diffstat (limited to 'content/child/fling_animator_impl_android.h')
-rw-r--r-- | content/child/fling_animator_impl_android.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/child/fling_animator_impl_android.h b/content/child/fling_animator_impl_android.h index f0fc315..ea33ba2 100644 --- a/content/child/fling_animator_impl_android.h +++ b/content/child/fling_animator_impl_android.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 CONTENT_CHILDFLING_ANIMATOR_IMPL_ANDROID_H_ -#define CONTENT_CHILDFLING_ANIMATOR_IMPL_ANDROID_H_ +#ifndef CONTENT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_ +#define CONTENT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_ #include "third_party/WebKit/public/platform/WebFloatPoint.h" @@ -44,4 +44,4 @@ class FlingAnimatorImpl : public blink::WebGestureCurve { } // namespace webkit_glue -#endif // CONTENT_CHILDFLING_ANIMATOR_IMPL_ANDROID_H_ +#endif // CONTENT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_ |