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

Unified Diff: base/string_piece.h

Issue 9730: NO CODE CHANGE. Update string_piece.h to new include style. Really just wan... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « no previous file | base/string_piece.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_piece.h
===================================================================
--- base/string_piece.h (revision 5072)
+++ base/string_piece.h (working copy)
@@ -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 @@
// 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_
« no previous file with comments | « no previous file | base/string_piece.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698