summaryrefslogtreecommitdiff
path: root/brillo/location_logging.h
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-27 09:53:05 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-27 11:27:05 -0700
commitfed60b0c640828b320f56293c8bebc43fd2b1da8 (patch)
tree572599b7517c31e69aff7db203b6fe375c3428a9 /brillo/location_logging.h
parent2df11639dd1dcfd9adca54235255d14249fe51fd (diff)
downloadlibchromeos-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.gz
Rename "libchromeos" into "libbrillo"HEADmastermain
Renamed libchromeos[-.*] libraries into libbrillo-... BUG: 24872993 Change-Id: Ibab1623b6a08a55cae3662e941d0d6644ff14df4
Diffstat (limited to 'brillo/location_logging.h')
-rw-r--r--brillo/location_logging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/location_logging.h b/brillo/location_logging.h
index 011d1e2..bc3baf0 100644
--- a/brillo/location_logging.h
+++ b/brillo/location_logging.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef LIBCHROMEOS_BRILLO_LOCATION_LOGGING_H_
-#define LIBCHROMEOS_BRILLO_LOCATION_LOGGING_H_
+#ifndef LIBBRILLO_BRILLO_LOCATION_LOGGING_H_
+#define LIBBRILLO_BRILLO_LOCATION_LOGGING_H_
// These macros help to log Location objects in verbose mode.
@@ -21,4 +21,4 @@
LAZY_STREAM(VLOG_LOC_STREAM(from_here, verbose_level), \
::logging::DEBUG_MODE && VLOG_IS_ON(verbose_level))
-#endif // LIBCHROMEOS_BRILLO_LOCATION_LOGGING_H_
+#endif // LIBBRILLO_BRILLO_LOCATION_LOGGING_H_