| Index: third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| diff --git a/third_party/WebKit/Source/core/dom/VisitedLinkState.h b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| index 1a7e5aa855e70a65494943165c23d3fbad31f965..0be717674cb3a192ecb939b131c48f0e2cca643b 100644
|
| --- a/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| +++ b/third_party/WebKit/Source/core/dom/VisitedLinkState.h
|
| @@ -68,7 +68,7 @@ private:
|
| HashSet<LinkHash, LinkHashHash> m_linksCheckedForVisitedState;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|
|
|