commit | cc1bde6592ae5e0b5064e7680941569625db9d09 | [log] [tgz] |
---|---|---|
author | alex-ac <[email protected]> | Wed Apr 19 08:33:55 2017 |
committer | Commit bot <[email protected]> | Wed Apr 19 08:33:55 2017 |
tree | d60e7e0ea55d8f074ccb6429c44c348f74703b76 | |
parent | 5446c242afb1902d829c524c6cc96e5f95a6a904 [diff] [blame] |
Report CHECK/DCHECK to test launcher summary output. This CL is continuation of previous one: https://codereview.chromium.org/2606153003/ BUG= Review-Url: https://codereview.chromium.org/2638763004 Cr-Commit-Position: refs/heads/master@{#465531}
diff --git a/base/strings/string_piece.h b/base/strings/string_piece.h index 5333640f..08feb60 100644 --- a/base/strings/string_piece.h +++ b/base/strings/string_piece.h
@@ -30,13 +30,10 @@ #include "base/base_export.h" #include "base/logging.h" #include "base/strings/string16.h" +#include "base/strings/string_piece_forward.h" namespace base { -template <typename STRING_TYPE> class BasicStringPiece; -typedef BasicStringPiece<std::string> StringPiece; -typedef BasicStringPiece<string16> StringPiece16; - // internal -------------------------------------------------------------------- // Many of the StringPiece functions use different implementations for the