aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.cc
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@chromium.org>2014-07-02 12:13:56 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-08 17:31:14 +0000
commitb54b6dce29733370c74385e08ecd6666302f4df9 (patch)
treeb9952e9b54cf69643a1275bab9ccc78b426ab1e8 /testrunner.cc
parente865fcabe29083c6ac5a3c797c7395fc1fbd66a0 (diff)
downloadplatform_external_libbrillo-b54b6dce29733370c74385e08ecd6666302f4df9.tar.gz
platform_external_libbrillo-b54b6dce29733370c74385e08ecd6666302f4df9.tar.bz2
platform_external_libbrillo-b54b6dce29733370c74385e08ecd6666302f4df9.zip
libchromeos: Fix linting issues
This fixes the easiest linting issues introduced by the move from platform to platform2 (mostly complete import path and correct header guard). A second CL will address non trivial issues. BUG=chromium:391075 TEST=FEATURES=test emerge-amd64-generic libchromeos bootstat platform2 TEST=emerge-daisy libchromeos bootstat platform2 Change-Id: Ide30a251b72c605a7a50f327bd89915bb3235498 Reviewed-on: https://chromium-review.googlesource.com/206519 Reviewed-by: Alex Vakulenko <avakulenko@chromium.org> Tested-by: Bertrand Simonnet <bsimonnet@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org>
Diffstat (limited to 'testrunner.cc')
-rw-r--r--testrunner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/testrunner.cc b/testrunner.cc
index e4daaea..47a89aa 100644
--- a/testrunner.cc
+++ b/testrunner.cc
@@ -4,10 +4,11 @@
// based on pam_google_testrunner.cc
-#include <chromeos/test_helpers.h>
#include <gtest/gtest.h>
#include <glib-object.h>
+#include "chromeos/test_helpers.h"
+
int main(int argc, char** argv) {
::g_type_init();
SetUpTests(&argc, argv, true);