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

Unified Diff: chrome/browser/chromeos/chrome_interface_factory.h

Issue 1735583002: Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/usb/web_usb_permission_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_interface_factory.h
diff --git a/chrome/browser/chromeos/chrome_interface_factory.h b/chrome/browser/chromeos/chrome_interface_factory.h
index 5b2da45e07b2a9481908c5fcbcf265cc16d06430..3a8f8f1882a505450793e9783051ee275b223f40 100644
--- a/chrome/browser/chromeos/chrome_interface_factory.h
+++ b/chrome/browser/chromeos/chrome_interface_factory.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_CHROMEOS_CHROME_INTERFACE_FACTORY_H_
#include "content/public/common/mojo_shell_connection.h"
-#include "mojo/public/cpp/bindings/weak_binding_set.h"
+#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/shell/public/cpp/interface_factory.h"
#include "ui/keyboard/keyboard.mojom.h"
@@ -32,7 +32,7 @@ class ChromeInterfaceFactory
mojo::InterfaceRequest<keyboard::mojom::Keyboard> request) override;
scoped_ptr<KeyboardUIService> keyboard_ui_service_;
- mojo::WeakBindingSet<keyboard::mojom::Keyboard> keyboard_bindings_;
+ mojo::BindingSet<keyboard::mojom::Keyboard> keyboard_bindings_;
DISALLOW_COPY_AND_ASSIGN(ChromeInterfaceFactory);
};
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/usb/web_usb_permission_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698