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

Unified Diff: webkit/browser/fileapi/async_file_util_adapter.cc

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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/fileapi/async_file_util_adapter.cc
diff --git a/webkit/browser/fileapi/async_file_util_adapter.cc b/webkit/browser/fileapi/async_file_util_adapter.cc
index 5a99effbd6f1735328d9320f00bb034d68aaaf7d..62244b777eb7c4504f1db49417625e62412590e5 100644
--- a/webkit/browser/fileapi/async_file_util_adapter.cc
+++ b/webkit/browser/fileapi/async_file_util_adapter.cc
@@ -21,9 +21,9 @@ using base::Bind;
using base::Callback;
using base::Owned;
using base::Unretained;
-using webkit_blob::ShareableFileReference;
+using storage::ShareableFileReference;
-namespace fileapi {
+namespace storage {
namespace {
@@ -79,7 +79,7 @@ class GetFileInfoHelper {
base::File::Error error_;
base::File::Info file_info_;
base::FilePath platform_path_;
- webkit_blob::ScopedFile scoped_file_;
+ storage::ScopedFile scoped_file_;
DISALLOW_COPY_AND_ASSIGN(GetFileInfoHelper);
};
@@ -349,4 +349,4 @@ void AsyncFileUtilAdapter::CreateSnapshotFile(
DCHECK(success);
}
-} // namespace fileapi
+} // namespace storage
« no previous file with comments | « webkit/browser/fileapi/async_file_util_adapter.h ('k') | webkit/browser/fileapi/copy_or_move_file_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698