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

Unified Diff: webkit/common/blob/scoped_file.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
« no previous file with comments | « webkit/common/blob/scoped_file.h ('k') | webkit/common/blob/shareable_file_reference.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/blob/scoped_file.cc
diff --git a/webkit/common/blob/scoped_file.cc b/webkit/common/blob/scoped_file.cc
index d009108cce6ff0bd67faeb3642acc5d4f4fcdb89..12edd6e412d13bfbea4f6a5e83d6b6a8dc80fb85 100644
--- a/webkit/common/blob/scoped_file.cc
+++ b/webkit/common/blob/scoped_file.cc
@@ -11,7 +11,7 @@
#include "base/message_loop/message_loop_proxy.h"
#include "base/task_runner.h"
-namespace webkit_blob {
+namespace storage {
ScopedFile::ScopedFile()
: scope_out_policy_(DONT_DELETE_ON_SCOPE_OUT) {
@@ -82,4 +82,4 @@ void ScopedFile::MoveFrom(ScopedFile& other) {
path_ = other.Release();
}
-} // namespace webkit_blob
+} // namespace storage
« no previous file with comments | « webkit/common/blob/scoped_file.h ('k') | webkit/common/blob/shareable_file_reference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698