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

Unified Diff: ash/system/chromeos/network/network_icon_animation.cc

Issue 14305026: ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/window_type_launcher.cc ('k') | ash/system/tray/test_system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_icon_animation.cc
diff --git a/ash/system/chromeos/network/network_icon_animation.cc b/ash/system/chromeos/network/network_icon_animation.cc
index 83664d944b343fef556deca62d4cf331b8c37f6f..1169c67bb92ddc47a2b5fb8d872a6d069b54b39a 100644
--- a/ash/system/chromeos/network/network_icon_animation.cc
+++ b/ash/system/chromeos/network/network_icon_animation.cc
@@ -14,7 +14,7 @@ namespace ash {
namespace network_icon {
NetworkIconAnimation::NetworkIconAnimation()
- : ALLOW_THIS_IN_INITIALIZER_LIST(animation_(this)) {
+ : animation_(this) {
// Set up the animation throbber.
animation_.SetThrobDuration(kThrobDurationMs);
animation_.SetTweenType(ui::Tween::LINEAR);
« no previous file with comments | « ash/shell/window_type_launcher.cc ('k') | ash/system/tray/test_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698