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

Unified Diff: cc/layer.cc

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: cc/layer.cc
diff --git a/cc/layer.cc b/cc/layer.cc
index 7c4adf92c7b363973f23869ad2bb7afa473fbf1d..6895f58cdbf808ed953d2c961dbe58a8b3c06456 100644
--- a/cc/layer.cc
+++ b/cc/layer.cc
@@ -6,8 +6,8 @@
#include "LayerChromium.h"
-#include "CCActiveAnimation.h"
-#include "CCAnimationEvents.h"
+#include "cc/active_animation.h"
+#include "cc/animation_events.h"
#include "CCLayerAnimationController.h"
#include "CCLayerImpl.h"
#include "CCLayerTreeHost.h"

Powered by Google App Engine
This is Rietveld 408576698