| Index: cc/resources/prioritized_resource.h
|
| diff --git a/cc/prioritized_resource.h b/cc/resources/prioritized_resource.h
|
| similarity index 95%
|
| rename from cc/prioritized_resource.h
|
| rename to cc/resources/prioritized_resource.h
|
| index 27e5e7338802f72447067a072d758d2ca504b315..566dce419060505a72afab3682ba80410ac60654 100644
|
| --- a/cc/prioritized_resource.h
|
| +++ b/cc/resources/prioritized_resource.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PRIORITIZED_RESOURCE_H_
|
| -#define CC_PRIORITIZED_RESOURCE_H_
|
| +#ifndef CC_RESOURCES_PRIORITIZED_RESOURCE_H_
|
| +#define CC_RESOURCES_PRIORITIZED_RESOURCE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/priority_calculator.h"
|
| -#include "cc/resource.h"
|
| -#include "cc/resource_provider.h"
|
| +#include "cc/resources/priority_calculator.h"
|
| +#include "cc/resources/resource.h"
|
| +#include "cc/resources/resource_provider.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| @@ -155,4 +155,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PRIORITIZED_RESOURCE_H_
|
| +#endif // CC_RESOURCES_PRIORITIZED_RESOURCE_H_
|
|
|