Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 139ee82e7b05966550fb13c3a5394234e46ca106..91b69fb26406556bc6672012160373cf49804b1e 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -908,7 +908,7 @@ class CONTENT_EXPORT RenderViewImpl |
#if defined(OS_ANDROID) |
// Cache the old top controls state constraints. Used when updating |
// current value only without altering the constraints. |
- cc::TopControlsState top_controls_constraints_; |
+ TopControlsState top_controls_constraints_; |
#endif |
// View ---------------------------------------------------------------------- |