Index: content/browser/renderer_host/overscroll_controller.h |
diff --git a/content/browser/renderer_host/overscroll_controller.h b/content/browser/renderer_host/overscroll_controller.h |
index 71d6e9a878e206a04bbf99e34c0f926727148815..39d15dcc8575059bf2912df8058157f66b49902f 100644 |
--- a/content/browser/renderer_host/overscroll_controller.h |
+++ b/content/browser/renderer_host/overscroll_controller.h |
@@ -9,7 +9,7 @@ |
#include "base/compiler_specific.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
-namespace cc { |
+namespace ui { |
struct LatencyInfo; |
} |
@@ -44,7 +44,7 @@ class OverscrollController { |
// updated properly. |
// Returns true if the event should be dispatched, false otherwise. |
bool WillDispatchEvent(const WebKit::WebInputEvent& event, |
- const cc::LatencyInfo& latency_info); |
+ const ui::LatencyInfo& latency_info); |
// This must be called when the ACK for any event comes in. This updates the |
// overscroll gesture status as appropriate. |