| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index f1214d6b9312d958a1a0c4ee4a16d5936475db2e..7f56d7db553a7eba68e8a52552ee122f82e8bd28 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -99,7 +99,7 @@ class ShellSurface : public SurfaceDelegate,
|
| static Surface* GetMainSurface(const aura::Window* window);
|
|
|
| // Returns a trace value representing the state of the surface.
|
| - scoped_refptr<base::trace_event::TracedValue> AsTracedValue() const;
|
| + scoped_ptr<base::trace_event::TracedValue> AsTracedValue() const;
|
|
|
| // Overridden from SurfaceDelegate:
|
| void OnSurfaceCommit() override;
|
|
|