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

Unified Diff: Source/platform/MIMETypeFromURL.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/platform/Logging.cpp ('k') | Source/platform/MIMETypeFromURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MIMETypeFromURL.h
diff --git a/Source/platform/MIMETypeFromURL.h b/Source/platform/MIMETypeFromURL.h
index 6467f9f4596998095577d5841266985dce6d70f0..52da262033c2df93446b4592c04ca8d56f4762ea 100644
--- a/Source/platform/MIMETypeFromURL.h
+++ b/Source/platform/MIMETypeFromURL.h
@@ -29,13 +29,13 @@
#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class KURL;
PLATFORM_EXPORT String mimeTypeFromDataURL(const String& url);
PLATFORM_EXPORT String mimeTypeFromURL(const KURL&);
-} // namespace WebCore
+} // namespace blink
#endif // MIMETypeFromURL_h
« no previous file with comments | « Source/platform/Logging.cpp ('k') | Source/platform/MIMETypeFromURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698