Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/ImageResourceClient.h |
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h |
| index dfdcb38f08b0652171c35daf165a44d3308f39f7..46e407cb5a023f80b4aaae1c5ae19b63f4689391 100644 |
| --- a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h |
| +++ b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h |
| @@ -52,6 +52,6 @@ public: |
| virtual bool getImageAnimationPolicy(ImageResource*, ImageAnimationPolicy&) { return false; } |
| }; |
| -} |
| +} // namespace blink |
| #endif |