| Index: ash/common/shelf/shelf_icon_observer.h
|
| diff --git a/ash/common/shelf/shelf_icon_observer.h b/ash/common/shelf/shelf_icon_observer.h
|
| deleted file mode 100644
|
| index 3c1ae208a03fe10229398d0ceb4c21c0fbdfacf9..0000000000000000000000000000000000000000
|
| --- a/ash/common/shelf/shelf_icon_observer.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef ASH_COMMON_SHELF_SHELF_ICON_OBSERVER_H_
|
| -#define ASH_COMMON_SHELF_SHELF_ICON_OBSERVER_H_
|
| -
|
| -#include "ash/ash_export.h"
|
| -
|
| -namespace ash {
|
| -
|
| -class ASH_EXPORT ShelfIconObserver {
|
| - public:
|
| - // Invoked when any icon on shelf changes position.
|
| - virtual void OnShelfIconPositionsChanged() = 0;
|
| -
|
| - protected:
|
| - virtual ~ShelfIconObserver() {}
|
| -};
|
| -
|
| -} // namespace ash
|
| -
|
| -#endif // ASH_COMMON_SHELF_SHELF_ICON_OBSERVER_H_
|
|
|