Index: mojo/services/files/cpp/output_stream_file.h |
diff --git a/mojo/services/files/public/cpp/output_stream_file.h b/mojo/services/files/cpp/output_stream_file.h |
similarity index 93% |
rename from mojo/services/files/public/cpp/output_stream_file.h |
rename to mojo/services/files/cpp/output_stream_file.h |
index 037ea948265aa182317a3cdd2bcccb06b58ee975..840dcbc3a79c56cf4d2f40ed8c74e8a0585110ee 100644 |
--- a/mojo/services/files/public/cpp/output_stream_file.h |
+++ b/mojo/services/files/cpp/output_stream_file.h |
@@ -6,8 +6,8 @@ |
// like an "output stream" ("output" from the point of view of the client -- |
// i.e., the client can write/stream output to it, but not read or seek). |
-#ifndef MOJO_SERVICES_FILES_PUBLIC_CPP_OUTPUT_STREAM_FILE_H_ |
-#define MOJO_SERVICES_FILES_PUBLIC_CPP_OUTPUT_STREAM_FILE_H_ |
+#ifndef MOJO_SERVICES_FILES_CPP_OUTPUT_STREAM_FILE_H_ |
+#define MOJO_SERVICES_FILES_CPP_OUTPUT_STREAM_FILE_H_ |
#include <stddef.h> |
@@ -16,8 +16,8 @@ |
#include "mojo/public/cpp/bindings/binding.h" |
#include "mojo/public/cpp/bindings/interface_request.h" |
#include "mojo/public/cpp/system/macros.h" |
-#include "mojo/services/files/public/interfaces/file.mojom.h" |
-#include "mojo/services/files/public/interfaces/types.mojom.h" |
+#include "mojo/services/files/interfaces/file.mojom.h" |
+#include "mojo/services/files/interfaces/types.mojom.h" |
namespace files_impl { |
@@ -111,4 +111,4 @@ class OutputStreamFile : public mojo::files::File { |
} // namespace files_impl |
-#endif // MOJO_SERVICES_FILES_PUBLIC_CPP_OUTPUT_STREAM_FILE_H_ |
+#endif // MOJO_SERVICES_FILES_CPP_OUTPUT_STREAM_FILE_H_ |