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

Unified Diff: cc/layers/layer_iterator.cc

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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/layers/layer_iterator.h ('k') | cc/layers/layer_iterator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_iterator.cc
diff --git a/cc/layer_iterator.cc b/cc/layers/layer_iterator.cc
similarity index 97%
rename from cc/layer_iterator.cc
rename to cc/layers/layer_iterator.cc
index 554ef865967f9b077c2fad8cc1de4077f0b59758..58a9175ed76176a87a2e009d53728c533da6d87f 100644
--- a/cc/layer_iterator.cc
+++ b/cc/layers/layer_iterator.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/layer_iterator.h"
+#include "cc/layers/layer_iterator.h"
-#include "cc/layer.h"
-#include "cc/layer_impl.h"
-#include "cc/render_surface.h"
-#include "cc/render_surface_impl.h"
+#include "cc/layers/layer.h"
+#include "cc/layers/layer_impl.h"
+#include "cc/layers/render_surface.h"
+#include "cc/layers/render_surface_impl.h"
namespace cc {
« no previous file with comments | « cc/layers/layer_iterator.h ('k') | cc/layers/layer_iterator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698