From daf079adc510549208dacc0efce63a9f54273278 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 17 Apr 2013 21:42:40 +0000 Subject: Update the remaining 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=brettw@chromium.org Review URL: https://codereview.chromium.org/14272007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194693 0039d316-1c4b-4281-b951-d872f2087c98 --- jingle/glue/fake_ssl_client_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jingle/glue') diff --git a/jingle/glue/fake_ssl_client_socket.h b/jingle/glue/fake_ssl_client_socket.h index f92aa76..5bc4547 100644 --- a/jingle/glue/fake_ssl_client_socket.h +++ b/jingle/glue/fake_ssl_client_socket.h @@ -22,7 +22,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/string_piece.h" +#include "base/strings/string_piece.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" #include "net/socket/stream_socket.h" -- cgit v1.1