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

Unified Diff: ui/chromeos/network/network_icon_animation_observer.h

Issue 351353004: chromeos: Move some network related UI in ui/chromeos/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-build Created 6 years, 5 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: ui/chromeos/network/network_icon_animation_observer.h
diff --git a/ash/system/chromeos/network/network_icon_animation_observer.h b/ui/chromeos/network/network_icon_animation_observer.h
similarity index 62%
rename from ash/system/chromeos/network/network_icon_animation_observer.h
rename to ui/chromeos/network/network_icon_animation_observer.h
index 28a5c735d1b61705622a96755eb3c23159853c16..ad8dd1c8d93482372e95e927d099dffc16ebd14d 100644
--- a/ash/system/chromeos/network/network_icon_animation_observer.h
+++ b/ui/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 ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
-#define ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#ifndef UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#define UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
-#include "ash/ash_export.h"
+#include "ui/chromeos/ui_chromeos_export.h"
-namespace ash {
+namespace ui {
namespace network_icon {
// Observer interface class for animating network icons.
-class ASH_EXPORT AnimationObserver {
+class UI_CHROMEOS_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 ASH_EXPORT AnimationObserver {
};
} // namespace network_icon
-} // namespace ash
+} // namespace ui
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_
+#endif // UI_CHROMEOS_NETWORK_NETWORK_ICON_ANIMATION_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698