From 71e40eef96ef707986c118937d9579fa0b768e13 Mon Sep 17 00:00:00 2001 From: "pilgrim@chromium.org" Date: Thu, 20 Mar 2014 17:23:47 +0000 Subject: 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 --- content/child/fling_animator_impl_android.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') 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_ -- cgit v1.1