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

Unified Diff: Source/platform/PasteMode.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/Partitions.cpp ('k') | Source/platform/PermissionCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PasteMode.h
diff --git a/Source/platform/PasteMode.h b/Source/platform/PasteMode.h
index 351e5d432ea0c7ed59b7a0f2cd4e9b18c5579399..0a72cabadce3f29a8891f8b726d52885de0eab81 100644
--- a/Source/platform/PasteMode.h
+++ b/Source/platform/PasteMode.h
@@ -31,13 +31,13 @@
#ifndef PasteMode_h
#define PasteMode_h
-namespace WebCore {
+namespace blink {
enum PasteMode {
AllMimeTypes,
PlainTextOnly,
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/Partitions.cpp ('k') | Source/platform/PermissionCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698