Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h |
| diff --git a/third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h b/third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h |
| index a5dee1b8e8fcc1b796fec920d5e1fedc22eb72b1..9b637ecd4a0b6c4cccf8b0e80d7d67de429e5eee 100644 |
| --- a/third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h |
| +++ b/third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h |
| @@ -206,6 +206,6 @@ inline bool operator==(const RangeBoundaryPoint& a, const RangeBoundaryPoint& b) |
| return true; |
| } |
| -} |
| +} // namespace blink |
| #endif |