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

Unified Diff: webkit/browser/chromeos/fileapi/remote_file_stream_writer.h

Issue 16010006: Move webkit/chromeos into webkit/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.h b/webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
similarity index 92%
rename from webkit/chromeos/fileapi/remote_file_stream_writer.h
rename to webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
index 8f3336a6e53809b17633982739e89d8c3266aa68..4799182407b00238f1095c3faf961c4f49e367d3 100644
--- a/webkit/chromeos/fileapi/remote_file_stream_writer.h
+++ b/webkit/browser/chromeos/fileapi/remote_file_stream_writer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
-#define WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
+#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
+#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
#include "base/basictypes.h"
#include "base/files/file_path.h"
@@ -72,4 +72,4 @@ class RemoteFileStreamWriter : public fileapi::FileStreamWriter {
} // namespace fileapi
-#endif // WEBKIT_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_
+#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_REMOTE_FILE_STREAM_WRITER_H_

Powered by Google App Engine
This is Rietveld 408576698