| Index: storage/browser/fileapi/external_mount_points.cc
|
| diff --git a/webkit/browser/fileapi/external_mount_points.cc b/storage/browser/fileapi/external_mount_points.cc
|
| similarity index 99%
|
| rename from webkit/browser/fileapi/external_mount_points.cc
|
| rename to storage/browser/fileapi/external_mount_points.cc
|
| index 29ea8aeb50219a3380660a0269e84443a0676923..baa0c49a4c3cc53eabb2039d38c4fb68724c08e8 100644
|
| --- a/webkit/browser/fileapi/external_mount_points.cc
|
| +++ b/storage/browser/fileapi/external_mount_points.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/fileapi/external_mount_points.h"
|
| +#include "storage/browser/fileapi/external_mount_points.h"
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/path_service.h"
|
| #include "base/stl_util.h"
|
| -#include "webkit/browser/fileapi/file_system_url.h"
|
| +#include "storage/browser/fileapi/file_system_url.h"
|
|
|
| namespace {
|
|
|
|
|