aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>