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

Unified Diff: mojo/services/files/cpp/lib/input_stream_file.cc

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/input_stream_file.h ('k') | mojo/services/files/cpp/lib/output_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/lib/input_stream_file.cc
diff --git a/mojo/services/files/public/cpp/lib/input_stream_file.cc b/mojo/services/files/cpp/lib/input_stream_file.cc
similarity index 99%
rename from mojo/services/files/public/cpp/lib/input_stream_file.cc
rename to mojo/services/files/cpp/lib/input_stream_file.cc
index 7408442575dd912606493f49849172e005d57a32..f67293823b38e727ce057eb05af7f24df28c8ed5 100644
--- a/mojo/services/files/public/cpp/lib/input_stream_file.cc
+++ b/mojo/services/files/cpp/lib/input_stream_file.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/services/files/public/cpp/input_stream_file.h"
+#include "mojo/services/files/cpp/input_stream_file.h"
#include <utility>
« no previous file with comments | « mojo/services/files/cpp/input_stream_file.h ('k') | mojo/services/files/cpp/lib/output_stream_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698