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

Unified Diff: webkit/common/fileapi/file_system_util.cc

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/common/fileapi/file_system_util.cc
diff --git a/webkit/fileapi/file_system_util.cc b/webkit/common/fileapi/file_system_util.cc
similarity index 97%
rename from webkit/fileapi/file_system_util.cc
rename to webkit/common/fileapi/file_system_util.cc
index a839aa065aa4dbc868594e00e3616c31b3d68f8f..a9a0ab694715d36a7a43a1e3694cfd9b103ae49b 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/common/fileapi/file_system_util.cc
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/fileapi/file_system_util.h"
-
-#include "build/build_config.h"
+#include "webkit/common/fileapi/file_system_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
@@ -12,11 +10,8 @@
#include "base/strings/sys_string_conversions.h"
#include "base/utf_string_conversions.h"
#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
#include "webkit/base/origin_url_conversions.h"
-#include "webkit/fileapi/file_system_url.h"
+#include "webkit/common/fileapi/file_system_url.h"
namespace fileapi {

Powered by Google App Engine
This is Rietveld 408576698