Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/TextCheckerClient.h |
| diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
| index 90743c38f9c6b6f3ae80ffd1d7c0fe149321dbba..80ee0b7153929578dedbcacf999bbe81eb6ba5c0 100644 |
| --- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
| +++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h |
| @@ -46,6 +46,6 @@ public: |
| virtual void requestCheckingOfString(PassRefPtrWillBeRawPtr<TextCheckingRequest>) = 0; |
| }; |
| -} |
| +} // namespace blink |
| #endif // TextCheckerClient_h |