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

Unified Diff: base/image_util.h

Issue 249363004: Revert of Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 6 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/file_descriptor_shuffle.h ('k') | base/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/image_util.h
diff --git a/base/image_util.h b/base/image_util.h
index 7e5535829b256358db01b659d47149c5835a28dc..0fd4a8f632e044135d1501c460eae96419b08e5b 100644
--- a/base/image_util.h
+++ b/base/image_util.h
@@ -18,8 +18,8 @@
// Contains both the PE section name (.text, .reloc etc) and its size.
struct ImageSectionData {
- ImageSectionData(const std::string& section_name, size_t section_size)
- : name(section_name),
+ ImageSectionData (const std::string& section_name, size_t section_size)
+ : name (section_name),
size_in_bytes(section_size) {
}
« no previous file with comments | « base/file_descriptor_shuffle.h ('k') | base/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698