Index: chromeos/display/output_configurator.h |
diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h |
index 2937088ccb7e252c41ba2993da06801c937c5024..c59c0765bdff9d5a0b0b7ff7667d54cc2b5609d8 100644 |
--- a/chromeos/display/output_configurator.h |
+++ b/chromeos/display/output_configurator.h |
@@ -272,7 +272,7 @@ class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher { |
const OutputConfigurator::OutputSnapshot* output); |
StateController* state_controller_; |
- Delegate* delegate_; |
+ scoped_ptr<Delegate> delegate_; |
// This is detected by the constructor to determine whether or not we should |
// be enabled. If we aren't running on ChromeOS, we can't assume that the |