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

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

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/focus_rules.h ('k') | sky/tools/debugger/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/focus_rules.cc
diff --git a/sky/tools/debugger/focus_rules.cc b/sky/tools/debugger/focus_rules.cc
index fb193d8b4ff9b6234f55f21f7e4a0b23d71bece7..68eca6223cdaf4d6b0d41ebdffbd4628c183e834 100644
--- a/sky/tools/debugger/focus_rules.cc
+++ b/sky/tools/debugger/focus_rules.cc
@@ -5,6 +5,7 @@
#include "sky/tools/debugger/focus_rules.h"
namespace sky {
+namespace debugger {
FocusRules::FocusRules(mojo::WindowManagerApp* window_manager_app,
mojo::View* content)
@@ -56,4 +57,5 @@ aura::Window* FocusRules::GetNextActivatableWindow(aura::Window* ignore) const {
return NULL;
}
+} // namespace debugger
} // namespace sky
« no previous file with comments | « sky/tools/debugger/focus_rules.h ('k') | sky/tools/debugger/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698