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

Unified Diff: cc/program_binding.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/occlusion_tracker_unittest.cc ('k') | cc/rate_limiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/program_binding.cc
diff --git a/cc/program_binding.cc b/cc/program_binding.cc
index 4d88aa33c506657398876be98dd05244b010392c..094020b360046969c4c1b8382a1301d9c2a5c872 100644
--- a/cc/program_binding.cc
+++ b/cc/program_binding.cc
@@ -4,12 +4,12 @@
#include "config.h"
-#include "ProgramBinding.h"
+#include "cc/program_binding.h"
#include "CCRendererGL.h" // For the GLC() macro.
-#include "GeometryBinding.h"
#include "GraphicsContext3D.h"
#include "TraceEvent.h"
+#include "cc/geometry_binding.h"
#include <public/WebGraphicsContext3D.h>
using WebKit::WebGraphicsContext3D;
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/rate_limiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698