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

Unified Diff: components/proximity_auth/webui/proximity_auth_ui.h

Issue 1302313004: Replace ProximityAuthUIDelegate with ProximityAuthClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proximity_auth_client
Patch Set: fixes Created 5 years, 4 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: components/proximity_auth/webui/proximity_auth_ui.h
diff --git a/components/proximity_auth/webui/proximity_auth_ui.h b/components/proximity_auth/webui/proximity_auth_ui.h
index b58992a07a7d22c315190e3b8177a1d66aa3425b..a19ec4cca793f500d930fa4facf4b6778395b13c 100644
--- a/components/proximity_auth/webui/proximity_auth_ui.h
+++ b/components/proximity_auth/webui/proximity_auth_ui.h
@@ -11,14 +11,14 @@
namespace proximity_auth {
-class ProximityAuthUIDelegate;
+class ProximityAuthClient;
// The WebUI controller for chrome://proximity-auth.
class ProximityAuthUI : public content::WebUIController {
public:
// Note: |web_ui| and |delegate| are not owned by this instance and must
// outlive this instance.
- ProximityAuthUI(content::WebUI* web_ui, ProximityAuthUIDelegate* delegate);
+ ProximityAuthUI(content::WebUI* web_ui, ProximityAuthClient* delegate);
~ProximityAuthUI() override;
private:

Powered by Google App Engine
This is Rietveld 408576698