Index: services/authentication/dummy_authentication_app.cc |
diff --git a/services/authentication/dummy_authentication_app.cc b/services/authentication/dummy_authentication_app.cc |
index 882324e49e031c3fb6612101a553578f34be2d0a..d55d044004602ea60a5d9c9496a061ed9b02d08a 100644 |
--- a/services/authentication/dummy_authentication_app.cc |
+++ b/services/authentication/dummy_authentication_app.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/common/weak_binding_set.h" |
+#include "mojo/common/binding_set.h" |
#include "mojo/public/c/system/main.h" |
#include "mojo/public/cpp/application/application_connection.h" |
#include "mojo/public/cpp/application/application_delegate.h" |
@@ -49,7 +49,7 @@ class DummyAuthenticationApplication |
} |
void ClearOAuth2Token(const mojo::String& token) override {} |
- mojo::WeakBindingSet<AuthenticationService> bindings_; |
+ mojo::BindingSet<AuthenticationService> bindings_; |
}; |
} // namespace |