Index: cc/layers/layer.cc |
diff --git a/cc/layer.cc b/cc/layers/layer.cc |
similarity index 99% |
rename from cc/layer.cc |
rename to cc/layers/layer.cc |
index db550da8e93112ec816a14baef0b245fa8f070bb..53a3390ec15c0c3196850e571a88bc1349722e49 100644 |
--- a/cc/layer.cc |
+++ b/cc/layers/layer.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.h" |
+#include "cc/layers/layer.h" |
#include "cc/animation/animation.h" |
#include "cc/animation/animation_events.h" |
#include "cc/animation/layer_animation_controller.h" |
-#include "cc/layer_impl.h" |
+#include "cc/layers/layer_impl.h" |
#include "cc/trees/layer_tree_host.h" |
#include "cc/trees/layer_tree_impl.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h" |