| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index 3111b6c3f26ce2c12a4b3fa9789496a7431dd72b..d7f06e18fbdaaad8a2d21b5e820a3d39679e7fc3 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "CCDebugBorderDrawQuad.h"
|
| #include "CCLayerSorter.h"
|
| -#include "CCMathUtil.h"
|
| -#include "CCProxy.h"
|
| -#include "CCQuadSink.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/stringprintf.h"
|
| +#include "cc/math_util.h"
|
| +#include "cc/proxy.h"
|
| +#include "cc/quad_sink.h"
|
| #include "cc/scrollbar_animation_controller.h"
|
| #include "cc/settings.h"
|
|
|
|
|