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

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 b0ec989d58885c0c044086b1b78ffbae88328160..3365a73332f37575d42c33ef7786cce1901f6367 100644
--- a/services/shell/public/cpp/lib/connection_impl.h
+++ b/services/shell/public/cpp/lib/connection_impl.h
@@ -55,7 +55,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_;

Powered by Google App Engine
This is Rietveld 408576698