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

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

Issue 2062333002: mojo::Callback -> base::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: services/shell/public/cpp/lib/connection_impl.h
diff --git a/services/shell/public/cpp/lib/connection_impl.h b/services/shell/public/cpp/lib/connection_impl.h
index 9710960ec7ecbad60fe0309edb9d184c8a81634f..2cbcaa32451dae5c20aa6549cd403aa05f36cd19 100644
--- a/services/shell/public/cpp/lib/connection_impl.h
+++ b/services/shell/public/cpp/lib/connection_impl.h
@@ -57,7 +57,7 @@ class ConnectionImpl : public Connection {
base::WeakPtr<Connection> GetWeakPtr() override;
void OnConnectionCompleted(shell::mojom::ConnectResult result,
- const std::string& target_user_id,
+ mojo::String target_user_id,
uint32_t target_application_id);
const std::string connection_name_;
« no previous file with comments | « services/shell/background/tests/background_shell_unittest.cc ('k') | services/shell/public/cpp/lib/connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698