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

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: 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
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 532ebce14050e34b7f8b152468514dc065170bd2..49ae04b720d7a3708f33ff62bbfad52cc2d26b68 100644
--- a/mojo/examples/window_manager/debug_panel.h
+++ b/mojo/examples/window_manager/debug_panel.h
@@ -41,8 +41,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(){}
};
@@ -50,7 +50,7 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
DebugPanel(Delegate* delegate, view_manager::Node* node);
virtual ~DebugPanel();
- navigation::Target navigation_target() const;
+ Target navigation_target() const;
private:
// LayoutManager overrides:

Powered by Google App Engine
This is Rietveld 408576698