| Index: cc/resources/resource_pool.h
|
| diff --git a/cc/resource_pool.h b/cc/resources/resource_pool.h
|
| similarity index 90%
|
| rename from cc/resource_pool.h
|
| rename to cc/resources/resource_pool.h
|
| index b477aa61ea4f8759dc3af79676503fa63ccfa16c..f3ef9bb51d33e52f111b77d09a7419603f92ad57 100644
|
| --- a/cc/resource_pool.h
|
| +++ b/cc/resources/resource_pool.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCE_POOL_H_
|
| -#define CC_RESOURCE_POOL_H_
|
| +#ifndef CC_RESOURCES_RESOURCE_POOL_H_
|
| +#define CC_RESOURCES_RESOURCE_POOL_H_
|
|
|
| #include <list>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/output/renderer.h"
|
| -#include "cc/resource.h"
|
| +#include "cc/resources/resource.h"
|
|
|
| namespace cc {
|
| class ResourceProvider;
|
| @@ -60,4 +60,4 @@ class CC_EXPORT ResourcePool {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCE_POOL_H_
|
| +#endif // CC_RESOURCES_RESOURCE_POOL_H_
|
|
|