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

Unified Diff: Source/platform/clipboard/ClipboardUtilities.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/clipboard/ClipboardMimeTypes.cpp ('k') | Source/platform/clipboard/ClipboardUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/clipboard/ClipboardUtilities.h
diff --git a/Source/platform/clipboard/ClipboardUtilities.h b/Source/platform/clipboard/ClipboardUtilities.h
index 86cbe75893b84881416b30f16a0362d01d0f2be9..8cea7e2339cd87776939f081010575fe78ea9aaa 100644
--- a/Source/platform/clipboard/ClipboardUtilities.h
+++ b/Source/platform/clipboard/ClipboardUtilities.h
@@ -34,7 +34,7 @@
#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class KURL;
@@ -46,6 +46,6 @@ PLATFORM_EXPORT String convertURIListToURL(const String& uriList);
// FIXME: This should probably be implemented in the embedder rather than here.
PLATFORM_EXPORT void validateFilename(String& name, String& extension);
-} // namespace WebCore
+} // namespace blink
#endif // ClipboardUtilities_h
« no previous file with comments | « Source/platform/clipboard/ClipboardMimeTypes.cpp ('k') | Source/platform/clipboard/ClipboardUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698