Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: mojo/examples/window_manager/debug_panel.h

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and merge Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/examples/window_manager/debug_panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/examples/window_manager/debug_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698