| Index: webkit/renderer/compositor_bindings/web_rendering_stats_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_rendering_stats_impl.h b/webkit/renderer/compositor_bindings/web_rendering_stats_impl.h
|
| index 395bd5dc4db8130e49dabbe04b341c25e208d2a7..2b347af9f8937ff719c02b98be3ea6d7cd6b1cfe 100644
|
| --- a/webkit/renderer/compositor_bindings/web_rendering_stats_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_rendering_stats_impl.h
|
| @@ -8,7 +8,7 @@
|
| #include "cc/debug/rendering_stats.h"
|
| #include "third_party/WebKit/public/platform/WebRenderingStats.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebRenderingStatsImpl : public WebRenderingStats {
|
| WebRenderingStatsImpl() {}
|
| @@ -16,6 +16,6 @@ struct WebRenderingStatsImpl : public WebRenderingStats {
|
| cc::RenderingStats rendering_stats;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_RENDERING_STATS_IMPL_H_
|
|
|