Chromium Code Reviews| Index: third_party/WebKit/Source/core/page/SpellCheckerClient.h |
| diff --git a/third_party/WebKit/Source/core/page/SpellCheckerClient.h b/third_party/WebKit/Source/core/page/SpellCheckerClient.h |
| index 024e7bc0531868a47ccd4b7622319fba21a389eb..ba5b2ce2948411bab142e7aa8d4cca102335cb34 100644 |
| --- a/third_party/WebKit/Source/core/page/SpellCheckerClient.h |
| +++ b/third_party/WebKit/Source/core/page/SpellCheckerClient.h |
| @@ -47,6 +47,6 @@ public: |
| virtual bool spellingUIIsShowing() = 0; |
| }; |
| -} |
| +} // namespace blink |
| #endif // SpellCheckerClient_h |