Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: cc/resources/prioritized_resource_unittest.cc

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/prioritized_resource_manager.cc ('k') | cc/resources/priority_calculator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/prioritized_resource_unittest.cc
diff --git a/cc/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
similarity index 99%
rename from cc/prioritized_resource_unittest.cc
rename to cc/resources/prioritized_resource_unittest.cc
index 3c4a42e41fa30efc670c6b1e6bf424cc15c9a3d0..0d11615f93620b010e71a83ab44e36f5b3785e84 100644
--- a/cc/prioritized_resource_unittest.cc
+++ b/cc/resources/prioritized_resource_unittest.cc
@@ -2,10 +2,10 @@
// 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 "cc/prioritized_resource_manager.h"
-#include "cc/resource.h"
+#include "cc/resources/prioritized_resource_manager.h"
+#include "cc/resources/resource.h"
#include "cc/test/fake_output_surface.h"
#include "cc/test/fake_proxy.h"
#include "cc/test/tiled_layer_test_common.h"
« no previous file with comments | « cc/resources/prioritized_resource_manager.cc ('k') | cc/resources/priority_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698