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

Unified Diff: sky/tools/debugger/focus_rules.h

Issue 690363002: Make clicking links work in SkyDB (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/tools/debugger/debugger.cc ('k') | sky/tools/debugger/focus_rules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/focus_rules.h
diff --git a/sky/tools/debugger/focus_rules.h b/sky/tools/debugger/focus_rules.h
index ee13cafed817676a2a0a3807898ae211132d28ae..fa5a91974fa7c60e4b134b2721e92ec339109d2a 100644
--- a/sky/tools/debugger/focus_rules.h
+++ b/sky/tools/debugger/focus_rules.h
@@ -10,6 +10,7 @@
#include "ui/wm/core/focus_rules.h"
namespace sky {
+namespace debugger {
class FocusRules : public wm::FocusRules {
public:
@@ -32,6 +33,7 @@ class FocusRules : public wm::FocusRules {
DISALLOW_COPY_AND_ASSIGN(FocusRules);
};
+} // namespace debugger
} // namespace sky
#endif // SKY_TOOLS_DEBUGGER_FOCUS_RULES_H_
« no previous file with comments | « sky/tools/debugger/debugger.cc ('k') | sky/tools/debugger/focus_rules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698