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

Unified Diff: cc/scoped_texture.h

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/resource_provider_unittest.cc ('k') | cc/scoped_texture_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scoped_texture.h
diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
index 29f46eec468590fa9ee5c761ee00088ba675587d..40628b15f297770a4a93e0338445047a4b9649e5 100644
--- a/cc/scoped_texture.h
+++ b/cc/scoped_texture.h
@@ -6,9 +6,9 @@
#define CCScopedTexture_h
#include "base/basictypes.h"
-#include "base/memory/scoped_ptr.h"
#include "base/logging.h"
-#include "CCTexture.h"
+#include "base/memory/scoped_ptr.h"
+#include "cc/texture.h"
#ifndef NDEBUG
#include "base/threading/platform_thread.h"
« no previous file with comments | « cc/resource_provider_unittest.cc ('k') | cc/scoped_texture_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698