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

Unified Diff: base/values.cc

Issue 200112: Fix some styles issues reported by lint in base\values (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/values.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.cc
===================================================================
--- base/values.cc (revision 26059)
+++ base/values.cc (working copy)
@@ -184,7 +184,7 @@
///////////////////// BinaryValue ////////////////////
-//static
+// static
BinaryValue* BinaryValue::Create(char* buffer, size_t size) {
if (!buffer)
return NULL;
@@ -192,7 +192,7 @@
return new BinaryValue(buffer, size);
}
-//static
+// static
BinaryValue* BinaryValue::CreateWithCopiedBuffer(char* buffer, size_t size) {
if (!buffer)
return NULL;
« no previous file with comments | « base/values.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698