Index: chrome/renderer/paint_aggregator.h |
=================================================================== |
--- chrome/renderer/paint_aggregator.h (revision 73642) |
+++ chrome/renderer/paint_aggregator.h (working copy) |
@@ -9,7 +9,7 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "gfx/rect.h" |
+#include "ui/gfx/rect.h" |
// This class is responsible for aggregating multiple invalidation and scroll |
// commands to produce a scroll and repaint sequence. |