| Index: cc/resources/scoped_resource.h
|
| diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h
|
| index 8924ed972a472acb5bb8a699a0db009c7175f76b..0e50d0ab68e59788a51525f682c888bf5942f2c0 100644
|
| --- a/cc/resources/scoped_resource.h
|
| +++ b/cc/resources/scoped_resource.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CC_RESOURCES_SCOPED_RESOURCE_H_
|
| #define CC_RESOURCES_SCOPED_RESOURCE_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/resources/resource.h"
|
|
|