Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: mojo/services/files/cpp/input_stream_file.h

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/files/cpp/BUILD.gn ('k') | mojo/services/files/cpp/lib/input_stream_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/services/files/cpp/BUILD.gn ('k') | mojo/services/files/cpp/lib/input_stream_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698