summaryrefslogtreecommitdiff
path: root/brillo/streams
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/streams')
-rw-r--r--brillo/streams/fake_stream.h6
-rw-r--r--brillo/streams/file_stream.h6
-rw-r--r--brillo/streams/input_stream_set.h6
-rw-r--r--brillo/streams/memory_containers.h6
-rw-r--r--brillo/streams/memory_stream.h6
-rw-r--r--brillo/streams/mock_stream.h6
-rw-r--r--brillo/streams/openssl_stream_bio.h6
-rw-r--r--brillo/streams/stream.h6
-rw-r--r--brillo/streams/stream_errors.h6
-rw-r--r--brillo/streams/stream_utils.h6
-rw-r--r--brillo/streams/tls_stream.h6
11 files changed, 33 insertions, 33 deletions
diff --git a/brillo/streams/fake_stream.h b/brillo/streams/fake_stream.h
index 2943a44..fb9b522 100644
--- a/brillo/streams/fake_stream.h
+++ b/brillo/streams/fake_stream.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_STREAMS_FAKE_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_FAKE_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_FAKE_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_FAKE_STREAM_H_
#include <queue>
#include <string>
@@ -168,4 +168,4 @@ class FakeStream : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_FAKE_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_FAKE_STREAM_H_
diff --git a/brillo/streams/file_stream.h b/brillo/streams/file_stream.h
index 002a850..1cf39b5 100644
--- a/brillo/streams/file_stream.h
+++ b/brillo/streams/file_stream.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_STREAMS_FILE_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_FILE_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_
#include <base/files/file_path.h>
#include <base/macros.h>
@@ -172,4 +172,4 @@ class BRILLO_EXPORT FileStream : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_FILE_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_
diff --git a/brillo/streams/input_stream_set.h b/brillo/streams/input_stream_set.h
index fda255f..8770b10 100644
--- a/brillo/streams/input_stream_set.h
+++ b/brillo/streams/input_stream_set.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_STREAMS_INPUT_STREAM_SET_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_INPUT_STREAM_SET_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_INPUT_STREAM_SET_H_
+#define LIBBRILLO_BRILLO_STREAMS_INPUT_STREAM_SET_H_
#include <vector>
@@ -129,4 +129,4 @@ class BRILLO_EXPORT InputStreamSet : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_INPUT_STREAM_SET_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_INPUT_STREAM_SET_H_
diff --git a/brillo/streams/memory_containers.h b/brillo/streams/memory_containers.h
index 498401e..ba2ebc4 100644
--- a/brillo/streams/memory_containers.h
+++ b/brillo/streams/memory_containers.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_STREAMS_MEMORY_CONTAINERS_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_MEMORY_CONTAINERS_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_MEMORY_CONTAINERS_H_
+#define LIBBRILLO_BRILLO_STREAMS_MEMORY_CONTAINERS_H_
#include <string>
#include <vector>
@@ -281,4 +281,4 @@ class BRILLO_EXPORT ReadOnlyStringCopy : public ReadOnlyStringRef {
} // namespace data_container
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_MEMORY_CONTAINERS_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_MEMORY_CONTAINERS_H_
diff --git a/brillo/streams/memory_stream.h b/brillo/streams/memory_stream.h
index b9f5e4b..b4927a8 100644
--- a/brillo/streams/memory_stream.h
+++ b/brillo/streams/memory_stream.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_STREAMS_MEMORY_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_MEMORY_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_MEMORY_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_MEMORY_STREAM_H_
#include <string>
#include <vector>
@@ -209,4 +209,4 @@ class BRILLO_EXPORT MemoryStream : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_MEMORY_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_MEMORY_STREAM_H_
diff --git a/brillo/streams/mock_stream.h b/brillo/streams/mock_stream.h
index 4289cc0..934912a 100644
--- a/brillo/streams/mock_stream.h
+++ b/brillo/streams/mock_stream.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_STREAMS_MOCK_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_MOCK_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_MOCK_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_MOCK_STREAM_H_
#include <gmock/gmock.h>
@@ -72,4 +72,4 @@ class MockStream : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_MOCK_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_MOCK_STREAM_H_
diff --git a/brillo/streams/openssl_stream_bio.h b/brillo/streams/openssl_stream_bio.h
index 3cb0989..549c99c 100644
--- a/brillo/streams/openssl_stream_bio.h
+++ b/brillo/streams/openssl_stream_bio.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_STREAMS_OPENSSL_STREAM_BIO_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_OPENSSL_STREAM_BIO_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_OPENSSL_STREAM_BIO_H_
+#define LIBBRILLO_BRILLO_STREAMS_OPENSSL_STREAM_BIO_H_
#include <brillo/brillo_export.h>
@@ -24,4 +24,4 @@ BRILLO_EXPORT BIO* BIO_new_stream(brillo::Stream* stream);
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_OPENSSL_STREAM_BIO_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_OPENSSL_STREAM_BIO_H_
diff --git a/brillo/streams/stream.h b/brillo/streams/stream.h
index 6614cb3..d7c58db 100644
--- a/brillo/streams/stream.h
+++ b/brillo/streams/stream.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_STREAMS_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_STREAM_H_
#include <cstdint>
#include <memory>
@@ -503,4 +503,4 @@ using StreamPtr = std::unique_ptr<Stream>;
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_STREAM_H_
diff --git a/brillo/streams/stream_errors.h b/brillo/streams/stream_errors.h
index 564d097..1eacc5e 100644
--- a/brillo/streams/stream_errors.h
+++ b/brillo/streams/stream_errors.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_STREAMS_STREAM_ERRORS_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_STREAM_ERRORS_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_STREAM_ERRORS_H_
+#define LIBBRILLO_BRILLO_STREAMS_STREAM_ERRORS_H_
#include <brillo/brillo_export.h>
@@ -24,4 +24,4 @@ BRILLO_EXPORT extern const char kTimeout[];
} // namespace errors
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_STREAM_ERRORS_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_STREAM_ERRORS_H_
diff --git a/brillo/streams/stream_utils.h b/brillo/streams/stream_utils.h
index 84792ce..981a6d5 100644
--- a/brillo/streams/stream_utils.h
+++ b/brillo/streams/stream_utils.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_STREAMS_STREAM_UTILS_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_STREAM_UTILS_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_STREAM_UTILS_H_
+#define LIBBRILLO_BRILLO_STREAMS_STREAM_UTILS_H_
#include <base/location.h>
#include <brillo/brillo_export.h>
@@ -111,4 +111,4 @@ BRILLO_EXPORT void CopyData(StreamPtr in_stream,
} // namespace stream_utils
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_STREAM_UTILS_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_STREAM_UTILS_H_
diff --git a/brillo/streams/tls_stream.h b/brillo/streams/tls_stream.h
index 5513eb5..1431eec 100644
--- a/brillo/streams/tls_stream.h
+++ b/brillo/streams/tls_stream.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_STREAMS_TLS_STREAM_H_
-#define LIBCHROMEOS_BRILLO_STREAMS_TLS_STREAM_H_
+#ifndef LIBBRILLO_BRILLO_STREAMS_TLS_STREAM_H_
+#define LIBBRILLO_BRILLO_STREAMS_TLS_STREAM_H_
#include <memory>
#include <string>
@@ -81,4 +81,4 @@ class BRILLO_EXPORT TlsStream : public Stream {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_STREAMS_TLS_STREAM_H_
+#endif // LIBBRILLO_BRILLO_STREAMS_TLS_STREAM_H_