summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_response.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 00:01:55 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 00:01:55 +0000
commitd069c11a1974fd1ad0852d3cee88b5eba7e7ccf4 (patch)
tree030774ecd61439a6bd5830e6b0562fbacd5db2dc /net/dns/dns_response.h
parent18f86a1837878115194ad3ba4e98345118bd0b40 (diff)
downloadchromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.zip
chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.gz
chromium_src-d069c11a1974fd1ad0852d3cee88b5eba7e7ccf4.tar.bz2
net: Update the include paths of base/string_piece.h to its new location.
string_piece.h was moved into base/strings/ in r191206 - https://chromiumcodereview.appspot.com/12982018/ TBR=eroman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/14223008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/dns/dns_response.h')
-rw-r--r--net/dns/dns_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/dns_response.h b/net/dns/dns_response.h
index 4201b2d..78fb7357 100644
--- a/net/dns/dns_response.h
+++ b/net/dns/dns_response.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
-#include "base/string_piece.h"
+#include "base/strings/string_piece.h"
#include "base/time.h"
#include "net/base/net_export.h"
#include "net/base/net_util.h"