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

Unified Diff: base/process/process_metrics.h

Issue 2692273008: Hacky slashy (Closed)
Patch Set: wip Created 3 years, 10 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
Index: base/process/process_metrics.h
diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h
index 2448a715ace9b5eade7f09524561ffcedb666cc3..4549661e76b01286bc52349d82f94d5add17fe75 100644
--- a/base/process/process_metrics.h
+++ b/base/process/process_metrics.h
@@ -32,7 +32,7 @@ namespace base {
#if defined(OS_WIN)
struct IoCounters : public IO_COUNTERS {
};
-#elif defined(OS_POSIX)
+#elif defined(OS_POSIX) || defined(OS_FUCHSIA)
struct IoCounters {
uint64_t ReadOperationCount;
uint64_t WriteOperationCount;

Powered by Google App Engine
This is Rietveld 408576698