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

Unified Diff: webkit/browser/chromeos/fileapi/async_file_stream.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
« no previous file with comments | « webkit/browser/chromeos/OWNERS ('k') | webkit/browser/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/chromeos/fileapi/async_file_stream.h
diff --git a/webkit/chromeos/fileapi/async_file_stream.h b/webkit/browser/chromeos/fileapi/async_file_stream.h
similarity index 91%
rename from webkit/chromeos/fileapi/async_file_stream.h
rename to webkit/browser/chromeos/fileapi/async_file_stream.h
index ef0eeedf4d63f7178c295c842dfcb38dc5e71064..386101aa57dd8a8096d9359a60a87a12fdfdd894 100644
--- a/webkit/chromeos/fileapi/async_file_stream.h
+++ b/webkit/browser/chromeos/fileapi/async_file_stream.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_ASYNC_FILE_STREAM_H_
-#define WEBKIT_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
+#ifndef WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
+#define WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
#include "base/callback.h"
#include "base/platform_file.h"
@@ -53,4 +53,4 @@ class AsyncFileStream {
} // namespace fileapi
-#endif // WEBKIT_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
+#endif // WEBKIT_BROWSER_CHROMEOS_FILEAPI_ASYNC_FILE_STREAM_H_
« no previous file with comments | « webkit/browser/chromeos/OWNERS ('k') | webkit/browser/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698