Index: cc/output_surface.cc |
diff --git a/cc/output_surface.cc b/cc/output_surface.cc |
index b9a18ad7691e5d7f03528672b4dd8792565e6b52..d1da25c1a25e90dd39a7f05381de03ceff0781ee 100644 |
--- a/cc/output_surface.cc |
+++ b/cc/output_surface.cc |
@@ -9,8 +9,8 @@ |
#include <vector> |
#include "base/logging.h" |
-#include "base/string_split.h" |
#include "base/string_util.h" |
+#include "base/strings/string_split.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/khronos/GLES2/gl2ext.h" |