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

Unified Diff: mojo/services/files/cpp/output_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
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_
« no previous file with comments | « mojo/services/files/cpp/lib/output_stream_file.cc ('k') | mojo/services/files/cpp/tests/input_stream_file_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698