Index: content/child/simple_webmimeregistry_impl.cc |
diff --git a/webkit/glue/simple_webmimeregistry_impl.cc b/content/child/simple_webmimeregistry_impl.cc |
similarity index 96% |
rename from webkit/glue/simple_webmimeregistry_impl.cc |
rename to content/child/simple_webmimeregistry_impl.cc |
index b6bdadc68cc1173984989ce01001862a6939ce11..eca81b18e9f6404c83544f039d643f64a38abf92 100644 |
--- a/webkit/glue/simple_webmimeregistry_impl.cc |
+++ b/content/child/simple_webmimeregistry_impl.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/glue/simple_webmimeregistry_impl.h" |
+#include "content/child/simple_webmimeregistry_impl.h" |
#include "base/files/file_path.h" |
#include "base/strings/string_util.h" |
@@ -14,7 +14,7 @@ |
using blink::WebString; |
using blink::WebMimeRegistry; |
-namespace webkit_glue { |
+namespace content { |
//static |
std::string SimpleWebMimeRegistryImpl::ToASCIIOrEmpty(const WebString& string) { |
@@ -88,4 +88,4 @@ WebString SimpleWebMimeRegistryImpl::mimeTypeFromFile( |
return WebString::fromUTF8(mime_type); |
} |
-} // namespace webkit_glue |
+} // namespace content |