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

Unified Diff: content/browser/compositor/test/no_transport_image_transport_factory.h

Issue 369923003: NoTransportImageTransportFactory is compiled into only test targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InitializeForUnitTests get scoped_ptr Created 6 years, 5 months 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: content/browser/compositor/test/no_transport_image_transport_factory.h
diff --git a/content/browser/compositor/no_transport_image_transport_factory.h b/content/browser/compositor/test/no_transport_image_transport_factory.h
similarity index 93%
rename from content/browser/compositor/no_transport_image_transport_factory.h
rename to content/browser/compositor/test/no_transport_image_transport_factory.h
index fd5f6bf1be565a029ed9116e33b1e65f1d330ba9..2e87fef1a4b261c729834c7088b70898bbb93f59 100644
--- a/content/browser/compositor/no_transport_image_transport_factory.h
+++ b/content/browser/compositor/test/no_transport_image_transport_factory.h
@@ -18,8 +18,7 @@ namespace content {
// An ImageTransportFactory that disables transport.
class NoTransportImageTransportFactory : public ImageTransportFactory {
public:
- explicit NoTransportImageTransportFactory(
- scoped_ptr<ui::ContextFactory> context_factory);
+ NoTransportImageTransportFactory();
virtual ~NoTransportImageTransportFactory();
// ImageTransportFactory implementation.

Powered by Google App Engine
This is Rietveld 408576698