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

Unified Diff: Source/platform/clipboard/ClipboardMimeTypes.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/blob/BlobURL.cpp ('k') | Source/platform/clipboard/ClipboardMimeTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/clipboard/ClipboardMimeTypes.h
diff --git a/Source/platform/clipboard/ClipboardMimeTypes.h b/Source/platform/clipboard/ClipboardMimeTypes.h
index 6fcffc77b3dea1723691d073de62d68b405c6e6c..f52c5fac7f0bd0f194a65cd6db598e0309693349 100644
--- a/Source/platform/clipboard/ClipboardMimeTypes.h
+++ b/Source/platform/clipboard/ClipboardMimeTypes.h
@@ -33,7 +33,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
PLATFORM_EXPORT extern const char mimeTypeText[];
PLATFORM_EXPORT extern const char mimeTypeTextPlain[];
@@ -45,6 +45,6 @@ PLATFORM_EXPORT extern const char mimeTypeDownloadURL[];
PLATFORM_EXPORT extern const char mimeTypeFiles[];
PLATFORM_EXPORT extern const char mimeTypeImagePng[];
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/blob/BlobURL.cpp ('k') | Source/platform/clipboard/ClipboardMimeTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698