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

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

Issue 788453002: Put code in //services/window_manager in namespace window_manager (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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.h ('k') | sky/tools/tester/tester.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/debugger.cc
diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
index 4b1a6a5512192e7a032a452b9671bbfd138cb460..de931978cfacec8ad2b07a2b28ad90f41859ff42 100644
--- a/sky/tools/debugger/debugger.cc
+++ b/sky/tools/debugger/debugger.cc
@@ -10,7 +10,7 @@ namespace sky {
namespace debugger {
SkyDebugger::SkyDebugger()
- : window_manager_app_(new mojo::WindowManagerApp(this, nullptr)),
+ : window_manager_app_(new window_manager::WindowManagerApp(this, nullptr)),
view_manager_(nullptr),
root_(nullptr),
content_(nullptr),
@@ -62,7 +62,7 @@ void SkyDebugger::OnEmbed(
content_->SetVisible(true);
window_manager_app_->InitFocus(
- scoped_ptr<mojo::FocusRules>(new mojo::BasicFocusRules(content_)));
+ make_scoped_ptr(new window_manager::BasicFocusRules(content_)));
if (!pending_url_.empty())
NavigateToURL(pending_url_);
« no previous file with comments | « sky/tools/debugger/debugger.h ('k') | sky/tools/tester/tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698