aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.cc
diff options
context:
space:
mode:
authorsosa@google.com <sosa@google.com@06c00378-0e64-4dae-be16-12b19f9950a1>2009-11-05 20:25:55 +0000
committersosa@google.com <sosa@google.com@06c00378-0e64-4dae-be16-12b19f9950a1>2009-11-05 20:25:55 +0000
commitee184caf83ac11d737fdcae9179a20c4681cc761 (patch)
tree34ede769e42f4cdc6c7b7f2e3d04bd6624392344 /testrunner.cc
parentd2083bfc2fdd37a8241af38813f1637ffa7e1bce (diff)
downloadplatform_external_libbrillo-ee184caf83ac11d737fdcae9179a20c4681cc761.tar.gz
platform_external_libbrillo-ee184caf83ac11d737fdcae9179a20c4681cc761.tar.bz2
platform_external_libbrillo-ee184caf83ac11d737fdcae9179a20c4681cc761.zip
Small change to fix build issue
Review URL: http://chromereview.prom.corp.google.com/1180065 git-svn-id: svn://chrome-svn/chromeos/trunk@168 06c00378-0e64-4dae-be16-12b19f9950a1
Diffstat (limited to 'testrunner.cc')
-rw-r--r--testrunner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.cc b/testrunner.cc
index 724f1e0..a8c4626 100644
--- a/testrunner.cc
+++ b/testrunner.cc
@@ -6,7 +6,7 @@
#include <gtest/gtest.h>
#include <glib-object.h>
-#include <glog/logging.h>
+#include <base/logging.h>
int main(int argc, char **argv) {
::g_type_init();