| Index: chrome/browser/media_galleries/fileapi/media_path_filter.cc
|
| diff --git a/webkit/fileapi/media/media_path_filter.cc b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
|
| similarity index 95%
|
| rename from webkit/fileapi/media/media_path_filter.cc
|
| rename to chrome/browser/media_galleries/fileapi/media_path_filter.cc
|
| index c9a0a818319254db0630dc0404a22bb4b98ac2bc..98f281b8ec4a241a7937f87227a1b8cb4679aa86 100644
|
| --- a/webkit/fileapi/media/media_path_filter.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/media_path_filter.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/fileapi/media/media_path_filter.h"
|
| +#include "chrome/browser/media_galleries/fileapi/media_path_filter.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -10,7 +10,7 @@
|
| #include "base/string_util.h"
|
| #include "net/base/mime_util.h"
|
|
|
| -namespace fileapi {
|
| +namespace chrome {
|
|
|
| namespace {
|
|
|
| @@ -79,4 +79,4 @@ void MediaPathFilter::EnsureInitialized() {
|
| initialized_ = true;
|
| }
|
|
|
| -} // namespace fileapi
|
| +} // namespace chrome
|
|
|