| Index: mojo/examples/window_manager/debug_panel.h
|
| diff --git a/mojo/examples/window_manager/debug_panel.h b/mojo/examples/window_manager/debug_panel.h
|
| index 5e6619b3dafb7753f2429f627ff0f5571f4aae36..181de764a97735d2f455426eaff0eb69a43435ad 100644
|
| --- a/mojo/examples/window_manager/debug_panel.h
|
| +++ b/mojo/examples/window_manager/debug_panel.h
|
| @@ -39,8 +39,8 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
|
| public:
|
| virtual void CloseTopWindow() = 0;
|
| virtual void RequestNavigate(
|
| - uint32 source_node_id, navigation::Target target,
|
| - navigation::NavigationDetailsPtr nav_details) = 0;
|
| + uint32 source_node_id, Target target,
|
| + NavigationDetailsPtr nav_details) = 0;
|
| protected:
|
| virtual ~Delegate(){}
|
| };
|
| @@ -48,7 +48,7 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
|
| DebugPanel(Delegate* delegate, Node* node);
|
| virtual ~DebugPanel();
|
|
|
| - navigation::Target navigation_target() const;
|
| + Target navigation_target() const;
|
|
|
| private:
|
| // LayoutManager overrides:
|
|
|