aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/http/http_transport_curl.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/http/http_transport_curl.h
parent2df11639dd1dcfd9adca54235255d14249fe51fd (diff)
downloadplatform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.gz
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.bz2
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.zip
Rename "libchromeos" into "libbrillo"
Renamed libchromeos[-.*] libraries into libbrillo-... BUG: 24872993 Change-Id: Ibab1623b6a08a55cae3662e941d0d6644ff14df4
Diffstat (limited to 'brillo/http/http_transport_curl.h')
-rw-r--r--brillo/http/http_transport_curl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/http/http_transport_curl.h b/brillo/http/http_transport_curl.h
index e07f56f..0a95c63 100644
--- a/brillo/http/http_transport_curl.h
+++ b/brillo/http/http_transport_curl.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_HTTP_HTTP_TRANSPORT_CURL_H_
-#define LIBCHROMEOS_BRILLO_HTTP_HTTP_TRANSPORT_CURL_H_
+#ifndef LIBBRILLO_BRILLO_HTTP_HTTP_TRANSPORT_CURL_H_
+#define LIBBRILLO_BRILLO_HTTP_HTTP_TRANSPORT_CURL_H_
#include <map>
#include <string>
@@ -137,4 +137,4 @@ class BRILLO_EXPORT Transport : public http::Transport {
} // namespace http
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_HTTP_HTTP_TRANSPORT_CURL_H_
+#endif // LIBBRILLO_BRILLO_HTTP_HTTP_TRANSPORT_CURL_H_