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

Unified Diff: cc/gl_renderer_unittest.cc

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly 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/gl_renderer.cc ('k') | cc/heads_up_display_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer_unittest.cc
diff --git a/cc/gl_renderer_unittest.cc b/cc/gl_renderer_unittest.cc
index 1b645956f399ab2e9103bfbd1e40871b1bdb1e87..6e93d5a025d6c5a8fb34be1e9c8b34fbbd364f11 100644
--- a/cc/gl_renderer_unittest.cc
+++ b/cc/gl_renderer_unittest.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "config.h"
-#include "CCRendererGL.h"
+#include "cc/gl_renderer.h"
#include "CCDrawQuad.h"
#include "CCPrioritizedTextureManager.h"
-#include "CCResourceProvider.h"
+#include "cc/resource_provider.h"
#include "CCSettings.h"
#include "CCSingleThreadProxy.h"
#include "GraphicsContext3D.h"
« no previous file with comments | « cc/gl_renderer.cc ('k') | cc/heads_up_display_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698