| 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 ca97488c6aabf99d41fc762a31d6365fd532c101..a5035549e10d0eecccb8b05613f12a14c1b93fc5 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,9 +10,6 @@
|
| #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"
|
|
|
| namespace fileapi {
|
|
|