Index: cc/resources/prioritized_resource.cc |
diff --git a/cc/prioritized_resource.cc b/cc/resources/prioritized_resource.cc |
similarity index 96% |
rename from cc/prioritized_resource.cc |
rename to cc/resources/prioritized_resource.cc |
index ccc2f66ddff0903b0c643996962543bc524ce50b..ac1be69178a31b35b5b86b62760f8069237aadf0 100644 |
--- a/cc/prioritized_resource.cc |
+++ b/cc/resources/prioritized_resource.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/prioritized_resource.h" |
+#include "cc/resources/prioritized_resource.h" |
#include <algorithm> |
-#include "cc/platform_color.h" |
-#include "cc/prioritized_resource_manager.h" |
-#include "cc/priority_calculator.h" |
+#include "cc/resources/platform_color.h" |
+#include "cc/resources/prioritized_resource_manager.h" |
+#include "cc/resources/priority_calculator.h" |
#include "cc/trees/proxy.h" |
namespace cc { |