Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: base/strings/string_piece.h

Issue 2828373002: Revert of Report CHECK/DCHECK to test launcher summary output. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/metrics/statistics_recorder_unittest.cc ('k') | base/strings/string_piece_forward.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_piece.h
diff --git a/base/strings/string_piece.h b/base/strings/string_piece.h
index 08feb601500248e7c16b8c06db4cc3288d4ea984..5333640fee3399441a62439011679f402824c6b1 100644
--- a/base/strings/string_piece.h
+++ b/base/strings/string_piece.h
@@ -30,9 +30,12 @@
#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 --------------------------------------------------------------------
« no previous file with comments | « base/metrics/statistics_recorder_unittest.cc ('k') | base/strings/string_piece_forward.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698