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

Unified Diff: cc/resource_provider.cc

Issue 12473004: src/: Update the remaining include paths of string_split.h to its new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/output_surface.cc ('k') | chrome/browser/extensions/api/messaging/native_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_provider.cc
diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
index c2a66a888667743228d06559bb84e8b62c42e68d..960dfaa4eca87f9fbe9e3cae8a3326039b2b6cb0 100644
--- a/cc/resource_provider.cc
+++ b/cc/resource_provider.cc
@@ -9,8 +9,8 @@
#include "base/debug/alias.h"
#include "base/hash_tables.h"
#include "base/stl_util.h"
-#include "base/string_split.h"
#include "base/string_util.h"
+#include "base/strings/string_split.h"
#include "cc/context_provider.h"
#include "cc/gl_renderer.h" // For the GLC() macro.
#include "cc/platform_color.h"
« no previous file with comments | « cc/output_surface.cc ('k') | chrome/browser/extensions/api/messaging/native_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698