| Index: ui/aura/remote_window_tree_host_win.h
|
| diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
|
| index 9cc7439d0103644e249c235ee910f6af1d985a3d..6821135aaaedf96d28b19ca13c78db514ee1d36c 100644
|
| --- a/ui/aura/remote_window_tree_host_win.h
|
| +++ b/ui/aura/remote_window_tree_host_win.h
|
| @@ -172,7 +172,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin
|
| bool IsForegroundWindow();
|
|
|
| protected:
|
| - RemoteWindowTreeHostWin();
|
| + explicit RemoteWindowTreeHostWin(ui::ContextFactory* context_factory);
|
| virtual ~RemoteWindowTreeHostWin();
|
|
|
| private:
|
|
|