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

Unified Diff: base/os_compat_android.cc

Issue 13374002: base: Update the include paths of base/string_piece.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 | « base/metrics/stats_table_unittest.cc ('k') | base/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/os_compat_android.cc
diff --git a/base/os_compat_android.cc b/base/os_compat_android.cc
index 118ad5e58cc830f82abb2cfa3265e27161983b4a..c4ea463d1781a4fba039e323e90bf39ee276b52d 100644
--- a/base/os_compat_android.cc
+++ b/base/os_compat_android.cc
@@ -10,8 +10,8 @@
#include <time64.h>
#include "base/rand_util.h"
-#include "base/string_piece.h"
#include "base/stringprintf.h"
+#include "base/strings/string_piece.h"
// There is no futimes() avaiable in Bionic, so we provide our own
// implementation until it is there.
« no previous file with comments | « base/metrics/stats_table_unittest.cc ('k') | base/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698