Index: content/browser/renderer_host/image_transport_factory.h |
diff --git a/content/browser/renderer_host/image_transport_factory.h b/content/browser/renderer_host/image_transport_factory.h |
index 32a5273a9a9af8dcc43b5425a90bd7325b5a164f..2677c85819a6530426d7c58cdcf70fbd2deb6f06 100644 |
--- a/content/browser/renderer_host/image_transport_factory.h |
+++ b/content/browser/renderer_host/image_transport_factory.h |
@@ -47,7 +47,7 @@ class ImageTransportFactoryObserver { |
// command-buffer), implementations of this also implement ui::ContextFactory. |
class ImageTransportFactory { |
public: |
- virtual ~ImageTransportFactory() { } |
+ virtual ~ImageTransportFactory() {} |
// Initialize the global transport factory. |
static void Initialize(); |