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

Unified Diff: Source/platform/UUID.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/URLPatternMatcher.cpp ('k') | Source/platform/UUID.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/UUID.h
diff --git a/Source/platform/UUID.h b/Source/platform/UUID.h
index c731f360e789fa9d99aafaa47ebb4591586b8db0..d45957a96d081539e22c55a065624ca928e59a9c 100644
--- a/Source/platform/UUID.h
+++ b/Source/platform/UUID.h
@@ -34,7 +34,7 @@
#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
// Creates a UUID that consists of 32 hexadecimal digits and returns its canonical form.
// The canonical form is displayed in 5 groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters.
« no previous file with comments | « Source/platform/URLPatternMatcher.cpp ('k') | Source/platform/UUID.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698