| Index: cc/resources/prioritized_resource_manager.h
|
| diff --git a/cc/resources/prioritized_resource_manager.h b/cc/resources/prioritized_resource_manager.h
|
| index 681fee35e0240088a7e4bdda35b3a347160b4968..b7583f4315f7434864b71852a0fd396b07bae2bb 100644
|
| --- a/cc/resources/prioritized_resource_manager.h
|
| +++ b/cc/resources/prioritized_resource_manager.h
|
| @@ -16,12 +16,10 @@
|
| #include "cc/resources/prioritized_resource.h"
|
| #include "cc/resources/priority_calculator.h"
|
| #include "cc/resources/resource.h"
|
| -#include "cc/trees/proxy.h"
|
| -#include "ui/gfx/size.h"
|
| +#include "ui/gfx/geometry/size.h"
|
|
|
| namespace cc {
|
|
|
| -class PriorityCalculator;
|
| class Proxy;
|
|
|
| class CC_EXPORT PrioritizedResourceManager {
|
|
|