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

Unified Diff: ash/system/chromeos/network/vpn_delegate.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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 | « ash/shell.h ('k') | ash/system/chromeos/power/power_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/vpn_delegate.h
diff --git a/ash/system/chromeos/network/vpn_delegate.h b/ash/system/chromeos/network/vpn_delegate.h
index b614ce2a1a520b5420f616011753f74f21f1a3b9..aaf76a3b145ab3341c310d10413a4bb166eca334 100644
--- a/ash/system/chromeos/network/vpn_delegate.h
+++ b/ash/system/chromeos/network/vpn_delegate.h
@@ -91,7 +91,7 @@ class ASH_EXPORT VPNDelegate {
void NotifyObservers();
private:
- ObserverList<Observer, true> observer_list_;
+ base::ObserverList<Observer, true> observer_list_;
DISALLOW_COPY_AND_ASSIGN(VPNDelegate);
};
« no previous file with comments | « ash/shell.h ('k') | ash/system/chromeos/power/power_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698