update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces
libchromeos is transitioning to libbrillo and chromeos namespaces
and include directory is changing to brillo.
Bug: 24872993
Change-Id: I770659a95be380a50fe3b2ba9f91d65818f40945
diff --git a/bzip_extent_writer.h b/bzip_extent_writer.h
index 6941c66..c467670 100644
--- a/bzip_extent_writer.h
+++ b/bzip_extent_writer.h
@@ -21,7 +21,7 @@
#include <memory>
#include <vector>
-#include <chromeos/secure_blob.h>
+#include <brillo/secure_blob.h>
#include "update_engine/extent_writer.h"
#include "update_engine/utils.h"
@@ -49,7 +49,7 @@
private:
std::unique_ptr<ExtentWriter> next_; // The underlying ExtentWriter.
bz_stream stream_; // the libbz2 stream
- chromeos::Blob input_buffer_;
+ brillo::Blob input_buffer_;
};
} // namespace chromeos_update_engine