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

Unified Diff: content/browser/aura/no_transport_image_transport_factory.h

Issue 45963003: Move test-only ContextFactory implementations out of production targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad ui/base changes Created 7 years, 2 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/aura/no_transport_image_transport_factory.h
diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h
index 0d571643afd4feb383659c087a89de1f6a10f7ec..dd551d97d53a52c0d94848d5b27e73b2d1f66670 100644
--- a/content/browser/aura/no_transport_image_transport_factory.h
+++ b/content/browser/aura/no_transport_image_transport_factory.h
@@ -18,7 +18,7 @@ namespace content {
class NoTransportImageTransportFactory : public ImageTransportFactory {
public:
explicit NoTransportImageTransportFactory(
- ui::ContextFactory* context_factory);
+ scoped_ptr<ui::ContextFactory> context_factory);
virtual ~NoTransportImageTransportFactory();
// ImageTransportFactory implementation.

Powered by Google App Engine
This is Rietveld 408576698