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

Unified Diff: ash/common/system/chromeos/network/network_icon_animation_observer.h

Issue 2435903002: Move tray code from ui/chromeos/network/ (Closed)
Patch Set: Rebase Created 4 years, 2 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: ash/common/system/chromeos/network/network_icon_animation_observer.h
diff --git a/ui/chromeos/network/network_icon_animation_observer.h b/ash/common/system/chromeos/network/network_icon_animation_observer.h
similarity index 61%
rename from ui/chromeos/network/network_icon_animation_observer.h
rename to ash/common/system/chromeos/network/network_icon_animation_observer.h
index ad8dd1c8d93482372e95e927d099dffc16ebd14d..83729a388248edb9943bc194317b13a3e50120fa 100644
--- a/ui/chromeos/network/network_icon_animation_observer.h
+++ b/ash/common/system/chromeos/network/network_icon_animation_observer.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
-#define UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
-#include "ui/chromeos/ui_chromeos_export.h"
+#include "ash/ash_export.h"
-namespace ui {
+namespace ash {
namespace network_icon {
// Observer interface class for animating network icons.
-class UI_CHROMEOS_EXPORT AnimationObserver {
+class ASH_EXPORT AnimationObserver {
public:
// Called when the image has changed due to animation. The callback should
// trigger a call to GetImageForNetwork() to retrieve the image.
@@ -22,6 +22,6 @@ class UI_CHROMEOS_EXPORT AnimationObserver {
};
} // namespace network_icon
-} // namespace ui
+} // namespace ash
-#endif // UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
« no previous file with comments | « ash/common/system/chromeos/network/network_icon_animation.cc ('k') | ash/common/system/chromeos/network/network_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698