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

Unified Diff: tools/android/common/net.cc

Issue 15851009: Use a direct include of strings headers in testing/, third_party/, tools/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « third_party/zlib/google/zip_unittest.cc ('k') | tools/android/forwarder2/command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/common/net.cc
diff --git a/tools/android/common/net.cc b/tools/android/common/net.cc
index 12bca8e787aabdecdc2d81547bf4ca7c465f1d4c..3b9ef15bc399ed08fd2637724d55c56c2e41cdb9 100644
--- a/tools/android/common/net.cc
+++ b/tools/android/common/net.cc
@@ -9,7 +9,7 @@
#include <sys/socket.h>
#include <sys/types.h>
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
namespace tools {
« no previous file with comments | « third_party/zlib/google/zip_unittest.cc ('k') | tools/android/forwarder2/command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698