Index: mojo/services/files/cpp/input_stream_file.h |
diff --git a/mojo/services/files/public/cpp/input_stream_file.h b/mojo/services/files/cpp/input_stream_file.h |
similarity index 95% |
rename from mojo/services/files/public/cpp/input_stream_file.h |
rename to mojo/services/files/cpp/input_stream_file.h |
index 9a24f1a5e8bae16de5d655a3ac98c42322ca3550..5efc355c96221df8c36a35b4e9e649e8f5e90a99 100644 |
--- a/mojo/services/files/public/cpp/input_stream_file.h |
+++ b/mojo/services/files/cpp/input_stream_file.h |
@@ -6,8 +6,8 @@ |
// like an "input stream" ("input" from the point of view of the client -- |
// i.e., the client can write/stream input from it, but not write or seek). |
-#ifndef MOJO_SERVICES_FILES_PUBLIC_CPP_INPUT_STREAM_FILE_H_ |
-#define MOJO_SERVICES_FILES_PUBLIC_CPP_INPUT_STREAM_FILE_H_ |
+#ifndef MOJO_SERVICES_FILES_CPP_INPUT_STREAM_FILE_H_ |
+#define MOJO_SERVICES_FILES_CPP_INPUT_STREAM_FILE_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -20,8 +20,8 @@ |
#include "mojo/public/cpp/bindings/callback.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 { |
@@ -156,4 +156,4 @@ class InputStreamFile : public mojo::files::File { |
} // namespace files_impl |
-#endif // MOJO_SERVICES_FILES_PUBLIC_CPP_INPUT_STREAM_FILE_H_ |
+#endif // MOJO_SERVICES_FILES_CPP_INPUT_STREAM_FILE_H_ |