summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 17:23:47 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 17:23:47 +0000
commit71e40eef96ef707986c118937d9579fa0b768e13 (patch)
tree597ea7b652602325c497b371785026f7c376486e /content
parentc14f4293042df09d662cd2907664a53aee015585 (diff)
downloadchromium_src-71e40eef96ef707986c118937d9579fa0b768e13.zip
chromium_src-71e40eef96ef707986c118937d9579fa0b768e13.tar.gz
chromium_src-71e40eef96ef707986c118937d9579fa0b768e13.tar.bz2
Fix fling_animator_impl_android.h header guard
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/203333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/child/fling_animator_impl_android.h6
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_