diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 06:33:27 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 06:33:27 +0000 |
commit | 34a90773493e1a272ae21b27616fd80bb2d7300b (patch) | |
tree | 02a5db064660ddead32a69b3034acdff5affb650 /net | |
parent | 3b0032a7abc9cc9350253d4f66dcd9a367e206ab (diff) | |
download | chromium_src-34a90773493e1a272ae21b27616fd80bb2d7300b.zip chromium_src-34a90773493e1a272ae21b27616fd80bb2d7300b.tar.gz chromium_src-34a90773493e1a272ae21b27616fd80bb2d7300b.tar.bz2 |
Move operator<< for StringPiece into string_piece.{h,cc}
BUG=110651
TEST=
Review URL: https://chromiumcodereview.appspot.com/9159005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/dns/dns_transaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dns/dns_transaction.h b/net/dns/dns_transaction.h index e6a1d02..443cfae 100644 --- a/net/dns/dns_transaction.h +++ b/net/dns/dns_transaction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -11,6 +11,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" +#include "base/string_piece.h" #include "base/timer.h" #include "base/threading/non_thread_safe.h" #include "net/base/completion_callback.h" |