Index: content/common/input/web_input_event_traits.h |
diff --git a/content/common/input/web_input_event_traits.h b/content/common/input/web_input_event_traits.h |
index dba5f9c926ec966f4ded7223393737f31d1d4603..b3b6d07c6429022fde8dc0260bcbf91e70d2f772 100644 |
--- a/content/common/input/web_input_event_traits.h |
+++ b/content/common/input/web_input_event_traits.h |
@@ -14,14 +14,14 @@ namespace content { |
// Utility class for performing operations on and with WebInputEvents. |
class WebInputEventTraits { |
public: |
- static const char* GetName(WebKit::WebInputEvent::Type type); |
- static size_t GetSize(WebKit::WebInputEvent::Type type); |
- static ScopedWebInputEvent Clone(const WebKit::WebInputEvent& event); |
- static void Delete(WebKit::WebInputEvent* event); |
- static bool CanCoalesce(const WebKit::WebInputEvent& event_to_coalesce, |
- const WebKit::WebInputEvent& event); |
- static void Coalesce(const WebKit::WebInputEvent& event_to_coalesce, |
- WebKit::WebInputEvent* event); |
+ static const char* GetName(blink::WebInputEvent::Type type); |
+ static size_t GetSize(blink::WebInputEvent::Type type); |
+ static ScopedWebInputEvent Clone(const blink::WebInputEvent& event); |
+ static void Delete(blink::WebInputEvent* event); |
+ static bool CanCoalesce(const blink::WebInputEvent& event_to_coalesce, |
+ const blink::WebInputEvent& event); |
+ static void Coalesce(const blink::WebInputEvent& event_to_coalesce, |
+ blink::WebInputEvent* event); |
}; |
} // namespace content |