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

Unified Diff: cc/texture_update_controller.cc

Issue 11189011: cc: Remove the temporary header files that aren't prefixed with CC* (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
« no previous file with comments | « cc/texture_layer_unittest.cc ('k') | cc/texture_update_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_update_controller.cc
diff --git a/cc/texture_update_controller.cc b/cc/texture_update_controller.cc
index 10ab12bf2a12022044c55b6f4b12d8881028a314..1a28ab92d6cbf0be56672b8f1ebab284e0b74a3a 100644
--- a/cc/texture_update_controller.cc
+++ b/cc/texture_update_controller.cc
@@ -7,9 +7,9 @@
#include "CCTextureUpdateController.h"
#include "CCResourceProvider.h"
-#include "TextureCopier.h"
-#include "TextureUploader.h"
#include "TraceEvent.h"
+#include "cc/texture_copier.h"
+#include "cc/texture_uploader.h"
#include <limits>
#include <wtf/CurrentTime.h>
« no previous file with comments | « cc/texture_layer_unittest.cc ('k') | cc/texture_update_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698