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

Unified Diff: chrome/browser/google_apis/test_server/http_request.cc

Issue 12378016: chrome: Update 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, 10 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 | « chrome/browser/google_apis/gdata_wapi_operations_unittest.cc ('k') | chrome/browser/history/snippet.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/test_server/http_request.cc
diff --git a/chrome/browser/google_apis/test_server/http_request.cc b/chrome/browser/google_apis/test_server/http_request.cc
index 157fb496da6c28eb85957cb75bba73dc29b029bf..2feea9e9eccd9fe842a9f0479ce2b75245910472 100644
--- a/chrome/browser/google_apis/test_server/http_request.cc
+++ b/chrome/browser/google_apis/test_server/http_request.cc
@@ -7,9 +7,9 @@
#include <algorithm>
#include "base/logging.h"
-#include "base/string_split.h"
#include "base/string_util.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_split.h"
namespace google_apis {
namespace test_server {
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_operations_unittest.cc ('k') | chrome/browser/history/snippet.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698