| Index: third_party/WebKit/public/platform/PointerProperties.h
|
| diff --git a/third_party/WebKit/public/platform/PointerProperties.h b/third_party/WebKit/public/platform/PointerProperties.h
|
| index 0b1e56aff69a6b4e80827fe859379f61451d792f..421aca8388269d8697c3520eb0a51a6f705f79b0 100644
|
| --- a/third_party/WebKit/public/platform/PointerProperties.h
|
| +++ b/third_party/WebKit/public/platform/PointerProperties.h
|
| @@ -16,6 +16,6 @@ enum PointerType {
|
|
|
| // Bit field values indicating available hover types.
|
| enum HoverType { kHoverTypeNone = 1 << 0, kHoverTypeHover = 1 << 1 };
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|