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

Unified Diff: storage/common/fileapi/directory_entry.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/fileapi/directory_entry.h ('k') | storage/common/fileapi/file_system_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/fileapi/directory_entry.cc
diff --git a/webkit/common/fileapi/directory_entry.cc b/storage/common/fileapi/directory_entry.cc
similarity index 92%
rename from webkit/common/fileapi/directory_entry.cc
rename to storage/common/fileapi/directory_entry.cc
index ea062b4a8c898c0b89f6e199499f723ff3dcd1a1..477ede804ffdde5da067cb2ca66c32cd98a9420d 100644
--- a/webkit/common/fileapi/directory_entry.cc
+++ b/storage/common/fileapi/directory_entry.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/fileapi/directory_entry.h"
+#include "storage/common/fileapi/directory_entry.h"
namespace storage {
« no previous file with comments | « storage/common/fileapi/directory_entry.h ('k') | storage/common/fileapi/file_system_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698