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

Unified Diff: chrome/browser/media_galleries/fileapi/media_path_filter.cc

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Add android ifdef. Created 7 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698