| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index a15713666c6f423c2103ca1cb098426c87a31e58..8d4d63b47f56d07804af7aa56f7a177aad7fba68 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -19,11 +19,11 @@
|
| #include "CCSettings.h"
|
| #include "CCSingleThreadProxy.h"
|
| #include "CCThreadProxy.h"
|
| -#include "HeadsUpDisplayLayerChromium.h"
|
| -#include "LayerChromium.h"
|
| #include "Region.h"
|
| #include "TraceEvent.h"
|
| -#include "TreeSynchronizer.h"
|
| +#include "cc/heads_up_display_layer.h"
|
| +#include "cc/layer.h"
|
| +#include "cc/tree_synchronizer.h"
|
|
|
| using namespace std;
|
| using WebKit::WebTransformationMatrix;
|
|
|