| Index: Source/platform/exported/WebActiveGestureAnimation.h
|
| diff --git a/Source/platform/exported/WebActiveGestureAnimation.h b/Source/platform/exported/WebActiveGestureAnimation.h
|
| index cd8c04c10556e1db7c83ed5b22c9b85cd9f97672..289c6aa8feae8fd4f42d8f0c20cd186b506045f2 100644
|
| --- a/Source/platform/exported/WebActiveGestureAnimation.h
|
| +++ b/Source/platform/exported/WebActiveGestureAnimation.h
|
| @@ -31,7 +31,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebGestureCurve;
|
| class WebGestureCurveTarget;
|
| @@ -59,6 +59,6 @@ private:
|
| WebGestureCurveTarget* m_target;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|