Update to new libchrome APIs

BUG=none
TEST=compile

Change-Id: Ie494a6536665b635b82725dd6a82959974b02a75

Review URL: http://codereview.chromium.org/3138010
diff --git a/crash_reporter/Makefile b/crash_reporter/Makefile
index ae72a6d..b51743d 100644
--- a/crash_reporter/Makefile
+++ b/crash_reporter/Makefile
@@ -8,7 +8,8 @@
 TEST_OBJS = $(CRASH_OBJS) system_logging_mock.o
 TEST_BINS = user_collector_test
 
-COMMON_LIBS = -lbase -lpthread -lgflags -lrt
+# -lglib-2.0 is needed by libbase.a now.
+COMMON_LIBS = -lbase -lpthread -lglib-2.0 -lgflags -lrt
 REPORTER_LIBS = $(COMMON_LIBS) -lmetrics
 
 TEST_LIBS = $(COMMON_LIBS) -lgtest -lgmock