Chromium Code Reviews| Index: services/window_manager/window_manager_app.cc |
| diff --git a/services/window_manager/window_manager_app.cc b/services/window_manager/window_manager_app.cc |
| index 60d028be44a739aa0361ffdfe5b9f95222ce9067..b3d7f81e6124199618c5b3908210f7c5b8e1963b 100644 |
| --- a/services/window_manager/window_manager_app.cc |
| +++ b/services/window_manager/window_manager_app.cc |
| @@ -141,7 +141,8 @@ void WindowManagerApp::Initialize(mojo::ApplicationImpl* impl) { |
| } |
| bool WindowManagerApp::ConfigureIncomingConnection( |
| - ApplicationConnection* connection) { |
| + ApplicationConnection* connection, |
|
qsr
2015/02/27 17:15:58
Indenttion seems wrong. Did you run git cl format?
Aaron Boodman
2015/02/28 19:08:23
Done.
|
| + const std::string& url) { |
| connection->AddService<WindowManager>(this); |
| return true; |
| } |