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

Unified Diff: base/process_util_openbsd.cc

Issue 15078003: Cleanup: Remove unneeded base/file_util.h includes in base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 7 years, 7 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/process_util_freebsd.cc ('k') | base/sync_socket_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_openbsd.cc
===================================================================
--- base/process_util_openbsd.cc (revision 199852)
+++ base/process_util_openbsd.cc (working copy)
@@ -18,7 +18,6 @@
#include <time.h>
#include <unistd.h>
-#include "base/file_util.h"
#include "base/logging.h"
#include "base/string_tokenizer.h"
#include "base/string_util.h"
@@ -211,7 +210,6 @@
}
size_t ProcessMetrics::GetPeakPagefileUsage() const {
-
return 0;
}
@@ -233,7 +231,6 @@
}
size_t ProcessMetrics::GetPeakWorkingSetSize() const {
-
return 0;
}
« no previous file with comments | « base/process_util_freebsd.cc ('k') | base/sync_socket_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698