summaryrefslogtreecommitdiffstats
path: root/base/string_piece.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-08 23:16:31 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-08 23:16:31 +0000
commitbaa010b1e95fa47097f4bb34ea178bdfe2d98325 (patch)
tree350ce173bba58192df2e1af600fc644cb3f9aaf0 /base/string_piece.h
parent8f7b2f6b5f2d168cffb2e09e5b6adc1c1d1b6ed8 (diff)
downloadchromium_src-baa010b1e95fa47097f4bb34ea178bdfe2d98325.zip
chromium_src-baa010b1e95fa47097f4bb34ea178bdfe2d98325.tar.gz
chromium_src-baa010b1e95fa47097f4bb34ea178bdfe2d98325.tar.bz2
NO CODE CHANGE. Update string_piece.h to new include style, and remove Ben's trailing whitespace. Really just want a buildbot run :\
Review URL: http://codereview.chromium.org/9730 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/string_piece.h')
-rw-r--r--base/string_piece.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/string_piece.h b/base/string_piece.h
index 4575fda..fe10806 100644
--- a/base/string_piece.h
+++ b/base/string_piece.h
@@ -15,8 +15,8 @@
// conversions from "const char*" to "string" and back again.
//
-#ifndef BASE_STRING_PIECE_H__
-#define BASE_STRING_PIECE_H__
+#ifndef BASE_STRING_PIECE_H_
+#define BASE_STRING_PIECE_H_
#include <algorithm>
#include <iosfwd>
@@ -181,5 +181,4 @@ inline bool operator>=(const StringPiece& x, const StringPiece& y) {
// allow StringPiece to be logged (needed for unit testing).
extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
-#endif // BASE_STRING_PIECE_H__
-
+#endif // BASE_STRING_PIECE_H_