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

Unified Diff: chrome/browser/process_info_snapshot.h

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/browser/gpu_blacklist.cc ('k') | chrome/browser/process_info_snapshot_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_info_snapshot.h
diff --git a/chrome/browser/process_info_snapshot.h b/chrome/browser/process_info_snapshot.h
index 8123082f251eb6bba7b033f96f35b81fca6d9ef5..62cd134d8e49d82c69b20fbf9fa7506b36a1b4ce 100644
--- a/chrome/browser/process_info_snapshot.h
+++ b/chrome/browser/process_info_snapshot.h
@@ -57,16 +57,7 @@ class ProcessInfoSnapshot {
uint64_t vsize;
std::string command;
- ProcInfoEntry()
- : pid(0),
- ppid(0),
- uid(0),
- euid(0),
- rss(0),
- rshrd(0),
- rprvt(0),
- vsize(0) {
- }
+ ProcInfoEntry();
};
// Get process information for a given PID.
« no previous file with comments | « chrome/browser/gpu_blacklist.cc ('k') | chrome/browser/process_info_snapshot_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698