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

Unified Diff: cc/prioritized_texture.cc

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (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/prioritized_texture.h ('k') | cc/prioritized_texture_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/prioritized_texture.cc
diff --git a/cc/prioritized_texture.cc b/cc/prioritized_texture.cc
index bfda4ded88267266ac17b120a11134d8341bc246..dddbe846ba08a0c4c36638ede87b058847cbe15d 100644
--- a/cc/prioritized_texture.cc
+++ b/cc/prioritized_texture.cc
@@ -4,11 +4,11 @@
#include "config.h"
-#include "CCPrioritizedTexture.h"
+#include "cc/prioritized_texture.h"
-#include "CCPrioritizedTextureManager.h"
-#include "CCPriorityCalculator.h"
-#include "CCProxy.h"
+#include "cc/prioritized_texture_manager.h"
+#include "cc/priority_calculator.h"
+#include "cc/proxy.h"
#include <algorithm>
using namespace std;
« no previous file with comments | « cc/prioritized_texture.h ('k') | cc/prioritized_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698