| 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.
|
|
|