| Index: content/common/input/web_touch_event_traits.h
|
| diff --git a/content/common/input/web_touch_event_traits.h b/content/common/input/web_touch_event_traits.h
|
| index 1a1cd77bf24ece322db38232afad57d8fc53f8cc..0343eb8fc1c156aa5c225e00a4ca844ca831abea 100644
|
| --- a/content/common/input/web_touch_event_traits.h
|
| +++ b/content/common/input/web_touch_event_traits.h
|
| @@ -8,6 +8,10 @@
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebInputEvent.h"
|
|
|
| +namespace blink {
|
| +class WebTouchEvent;
|
| +}
|
| +
|
| namespace content {
|
|
|
| // Utility class for performing operations on and with WebTouchEvents.
|
|
|