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

Unified Diff: storage/common/data_element.cc

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 6 years, 3 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 | « storage/common/data_element.h ('k') | storage/common/database/database_connections.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/data_element.cc
diff --git a/webkit/common/data_element.cc b/storage/common/data_element.cc
similarity index 94%
rename from webkit/common/data_element.cc
rename to storage/common/data_element.cc
index 024abe4824a25cc5f94b5bdfcc167658039fd988..c6d52f4dac646af95feb85a26ce35aa2c8075db3 100644
--- a/webkit/common/data_element.cc
+++ b/storage/common/data_element.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/common/data_element.h"
+#include "storage/common/data_element.h"
namespace storage {
@@ -46,4 +46,4 @@ void DataElement::SetToFileSystemUrlRange(
expected_modification_time_ = expected_modification_time;
}
-} // webkit_common
+} // namespace storage
« no previous file with comments | « storage/common/data_element.h ('k') | storage/common/database/database_connections.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698