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

Unified Diff: cc/texture_update_queue.h

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_update_controller.cc ('k') | cc/threaded_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_update_queue.h
diff --git a/cc/texture_update_queue.h b/cc/texture_update_queue.h
index 4cf29338bb038a336e30ddde67ccafc90435e7f5..6ee20a93f21229d80ee1d15f22dd526aeb5c817f 100644
--- a/cc/texture_update_queue.h
+++ b/cc/texture_update_queue.h
@@ -6,8 +6,8 @@
#define CCTextureUpdateQueue_h
#include "base/basictypes.h"
-#include "TextureCopier.h"
-#include "TextureUploader.h"
+#include "cc/texture_copier.h"
+#include "cc/texture_uploader.h"
#include <wtf/Deque.h>
namespace cc {
« no previous file with comments | « cc/texture_update_controller.cc ('k') | cc/threaded_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698