aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 01:08:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 01:08:35 +0000
commit260e38d87786a41b896bbb198ca882776a5f8875 (patch)
tree8f6ec66173bb45a55a65c8449f382c2c16b3b13a
parent9c9e93eccae01a93d1e8793d445366530e31dfa4 (diff)
parent6901182adc9a85d7f514df4d68605a179c195f75 (diff)
downloadlibbrillo-260e38d87786a41b896bbb198ca882776a5f8875.tar.gz
Snap for 8188146 from 6901182adc9a85d7f514df4d68605a179c195f75 to tm-frc-documentsui-release
Change-Id: I68b514a73550e79a64bb164f454fe998912b780a
-rw-r--r--OWNERS10
-rw-r--r--brillo/streams/file_stream.h2
2 files changed, 9 insertions, 3 deletions
diff --git a/OWNERS b/OWNERS
index 039b84c..bd5625e 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1 +1,9 @@
-include platform/system/update_engine:/OWNERS
+set noparent
+
+# Android owners
+senj@google.com
+
+# Chromium owners
+vapier@google.com
+ejcaruso@google.com
+hidehiko@google.com
diff --git a/brillo/streams/file_stream.h b/brillo/streams/file_stream.h
index e2e29dd..bf54617 100644
--- a/brillo/streams/file_stream.h
+++ b/brillo/streams/file_stream.h
@@ -5,8 +5,6 @@
#ifndef LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_
#define LIBBRILLO_BRILLO_STREAMS_FILE_STREAM_H_
-#include <sys/types.h>
-
#include <memory>
#include <base/files/file_path.h>