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

Unified Diff: services/shell/public/cpp/lib/callback_binder.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « services/navigation/view_impl.cc ('k') | services/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/callback_binder.h
diff --git a/services/shell/public/cpp/lib/callback_binder.h b/services/shell/public/cpp/lib/callback_binder.h
index e410978aa4717ec6312fde9bdc40024a0210af3f..c960e070b4d8fd6bbde6e5c48b4bcb82c713c149 100644
--- a/services/shell/public/cpp/lib/callback_binder.h
+++ b/services/shell/public/cpp/lib/callback_binder.h
@@ -29,7 +29,8 @@ class CallbackBinder : public InterfaceBinder {
private:
// InterfaceBinder:
- void BindInterface(Connection* connection,
+ void BindInterface(
+ Connection* connection,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle handle) override {
mojo::InterfaceRequest<Interface> request =
@@ -57,7 +58,6 @@ class CallbackBinder : public InterfaceBinder {
class GenericCallbackBinder : public InterfaceBinder {
public:
- // Method that binds a request for Interface.
using BindCallback = base::Callback<void(mojo::ScopedMessagePipeHandle)>;
explicit GenericCallbackBinder(
@@ -67,9 +67,8 @@ class GenericCallbackBinder : public InterfaceBinder {
private:
// InterfaceBinder:
- void BindInterface(
- Connection* connection,
- const std::string& interface_name,
+ void BindInterface(Connection* connection,
+ const std::string& interface_name,
mojo::ScopedMessagePipeHandle handle) override;
static void RunCallbackOnTaskRunner(
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698