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

Unified Diff: webkit/fileapi/syncable/file_change.cc

Issue 12315004: Migrated sync_file_type and file_change from namespace fileapi to sync_file_system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/fileapi/syncable/file_change.h ('k') | webkit/fileapi/syncable/file_change_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/syncable/file_change.cc
diff --git a/webkit/fileapi/syncable/file_change.cc b/webkit/fileapi/syncable/file_change.cc
index 53e65707975cd67900d58c0fef3359ef9bac73cb..df1bf4de6ae7b566a8e72117b0394f391a53da9f 100644
--- a/webkit/fileapi/syncable/file_change.cc
+++ b/webkit/fileapi/syncable/file_change.cc
@@ -9,7 +9,7 @@
#include "base/logging.h"
-namespace fileapi {
+namespace sync_file_system {
FileChange::FileChange(
ChangeType change,
@@ -87,4 +87,4 @@ std::string FileChangeList::DebugString() const {
return ss.str();
}
-} // namespace fileapi
+} // namespace sync_file_system
« no previous file with comments | « webkit/fileapi/syncable/file_change.h ('k') | webkit/fileapi/syncable/file_change_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698