aboutsummaryrefslogtreecommitdiffstats
path: root/chromeos/process_information.h
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 /chromeos/process_information.h
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 'chromeos/process_information.h')
-rw-r--r--chromeos/process_information.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/process_information.h b/chromeos/process_information.h
index c9cee34..8fbcaae 100644
--- a/chromeos/process_information.h
+++ b/chromeos/process_information.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef LIBCHROMEOS_CHROMEOS_PROCESS_INFORMATION_H_
+#define LIBCHROMEOS_CHROMEOS_PROCESS_INFORMATION_H_
+
#include <set>
#include <string>
#include <vector>
@@ -66,3 +69,5 @@ class ProcessInformation {
};
} // namespace chromeos
+
+#endif // LIBCHROMEOS_CHROMEOS_PROCESS_INFORMATION_H_