| Index: mojo/examples/window_manager/window_manager.cc
|
| diff --git a/mojo/examples/window_manager/window_manager.cc b/mojo/examples/window_manager/window_manager.cc
|
| index 057c1011dc99a4dedccd45204f445bd33cbdb7e3..0b08a522a311699dd80d307e142b67826b3bc720 100644
|
| --- a/mojo/examples/window_manager/window_manager.cc
|
| +++ b/mojo/examples/window_manager/window_manager.cc
|
| @@ -367,7 +367,7 @@ class WindowManager : public ApplicationDelegate,
|
| }
|
|
|
| // Overridden from WindowManagerDelegate:
|
| - virtual void EmbedRoot(const String& url) OVERRIDE {
|
| + virtual void Embed(const String& url) OVERRIDE {
|
| CreateWindow(url,
|
| navigation::NavigationDetailsPtr().Pass(),
|
| navigation::ResponseDetailsPtr().Pass());
|
|
|