| Index: Source/platform/graphics/GraphicsContextAnnotation.h
|
| diff --git a/Source/platform/graphics/GraphicsContextAnnotation.h b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| index 3f96b1048ea8a9e6d2f2e429c2a1e6246fde8a77..af2bc409434b186c6fff5da46b09ee0c1994c8e2 100644
|
| --- a/Source/platform/graphics/GraphicsContextAnnotation.h
|
| +++ b/Source/platform/graphics/GraphicsContextAnnotation.h
|
| @@ -34,7 +34,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum AnnotationMode {
|
| AnnotateRendererName = 1 << 0,
|
| @@ -50,6 +50,6 @@ enum AnnotationMode {
|
| typedef unsigned AnnotationModeFlags;
|
| typedef Vector<std::pair<const char*, String> > AnnotationList;
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GraphicsContextAnnotation_h
|
|
|