| Index: chrome/browser/media_galleries/fileapi/native_media_file_util.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/native_media_file_util.cc b/chrome/browser/media_galleries/fileapi/native_media_file_util.cc
|
| index 3b73e3429b72164a6bdc8e4af90aebbe3687e7ae..47645a1b5ae539b949d869adc719b1ce15caea01 100644
|
| --- a/chrome/browser/media_galleries/fileapi/native_media_file_util.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/native_media_file_util.cc
|
| @@ -22,8 +22,6 @@
|
| #include "webkit/browser/fileapi/native_file_util.h"
|
| #include "webkit/common/blob/shareable_file_reference.h"
|
|
|
| -namespace chrome {
|
| -
|
| namespace {
|
|
|
| // Used to skip the hidden folders and files. Returns true if the file specified
|
| @@ -625,5 +623,3 @@ NativeMediaFileUtil::GetFilteredLocalFilePathForExistingFileOrDirectory(
|
| *local_file_path = file_path;
|
| return base::PLATFORM_FILE_OK;
|
| }
|
| -
|
| -} // namespace chrome
|
|
|