Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: webkit/renderer/compositor_bindings/web_rendering_stats_impl.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698