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

Unified Diff: base/process/process_util_unittest.cc

Issue 69953025: Support use_glib==0 on Linux in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bring back EXPECT_EQ as it suppresses unused result warning Created 7 years, 1 month 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/memory_unittest.cc ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_util_unittest.cc
diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
index 2f61ab523913946090163e26513f100050ec0702..80acb3878f3eea88bd06140e709b6774af021c84 100644
--- a/base/process/process_util_unittest.cc
+++ b/base/process/process_util_unittest.cc
@@ -29,7 +29,6 @@
#include "testing/multiprocess_func_list.h"
#if defined(OS_LINUX)
-#include <glib.h>
#include <malloc.h>
#include <sched.h>
#endif
« no previous file with comments | « base/process/memory_unittest.cc ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698