| 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
|
|
|