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

Unified Diff: cc/resource_provider.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/resource_provider.cc
diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
index ff917b0227ed20ccad7408b25d7d6373cc052fd2..d170c6e84f85b598bbcbd2e03d5b171d571b670d 100644
--- a/cc/resource_provider.cc
+++ b/cc/resource_provider.cc
@@ -4,7 +4,7 @@
#include "config.h"
-#include "CCResourceProvider.h"
+#include "cc/resource_provider.h"
#ifdef LOG
#undef LOG
#endif
@@ -16,8 +16,8 @@
#include "base/stl_util.h"
#include "base/string_split.h"
#include "base/string_util.h"
-#include "CCProxy.h"
-#include "CCRendererGL.h" // For the GLC() macro.
+#include "cc/proxy.h"
+#include "cc/gl_renderer.h" // For the GLC() macro.
#include "Extensions3DChromium.h"
#include "IntRect.h"
#include "LayerTextureSubImage.h"

Powered by Google App Engine
This is Rietveld 408576698