| Index: base/strings/string_piece.cc
|
| diff --git a/base/string_piece.cc b/base/strings/string_piece.cc
|
| similarity index 99%
|
| rename from base/string_piece.cc
|
| rename to base/strings/string_piece.cc
|
| index 7a41361bb606b9e8fb6e796b19cba8ca84d4656e..79a42d784264fe96572bdc8450fcdeb76782b45d 100644
|
| --- a/base/string_piece.cc
|
| +++ b/base/strings/string_piece.cc
|
| @@ -3,11 +3,11 @@
|
| // found in the LICENSE file.
|
| // Copied from strings/stringpiece.cc with modifications
|
|
|
| +#include "base/strings/string_piece.h"
|
| +
|
| #include <algorithm>
|
| #include <ostream>
|
|
|
| -#include "base/string_piece.h"
|
| -
|
| namespace base {
|
|
|
| // MSVC doesn't like complex extern templates and DLLs.
|
|
|