Index: cc/resources/prioritized_resource_manager.h |
diff --git a/cc/prioritized_resource_manager.h b/cc/resources/prioritized_resource_manager.h |
similarity index 96% |
rename from cc/prioritized_resource_manager.h |
rename to cc/resources/prioritized_resource_manager.h |
index 4e2579ed5ffe5b9aafc064c68daf7b14da860ab4..fb685454e748b363203e8759a506beb4a5f35a30 100644 |
--- a/cc/prioritized_resource_manager.h |
+++ b/cc/resources/prioritized_resource_manager.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_PRIORITIZED_RESOURCE_MANAGER_H_ |
-#define CC_PRIORITIZED_RESOURCE_MANAGER_H_ |
+#ifndef CC_RESOURCES_PRIORITIZED_RESOURCE_MANAGER_H_ |
+#define CC_RESOURCES_PRIORITIZED_RESOURCE_MANAGER_H_ |
#include <list> |
#include <vector> |
@@ -13,9 +13,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "cc/base/cc_export.h" |
-#include "cc/prioritized_resource.h" |
-#include "cc/priority_calculator.h" |
-#include "cc/resource.h" |
+#include "cc/resources/prioritized_resource.h" |
+#include "cc/resources/priority_calculator.h" |
+#include "cc/resources/resource.h" |
#include "cc/trees/proxy.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "ui/gfx/size.h" |
@@ -215,4 +215,4 @@ private: |
} // namespace cc |
-#endif // CC_PRIORITIZED_RESOURCE_MANAGER_H_ |
+#endif // CC_RESOURCES_PRIORITIZED_RESOURCE_MANAGER_H_ |