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

Unified Diff: content/child/simple_webmimeregistry_impl.cc

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 11 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
« no previous file with comments | « content/child/simple_webmimeregistry_impl.h ('k') | content/child/webfileutilities_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/child/simple_webmimeregistry_impl.h ('k') | content/child/webfileutilities_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698