summaryrefslogtreecommitdiffstats
path: root/chromium/ash/desktop_background/wallpaper_resizer_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/desktop_background/wallpaper_resizer_observer.h')
-rw-r--r--chromium/ash/desktop_background/wallpaper_resizer_observer.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/chromium/ash/desktop_background/wallpaper_resizer_observer.h b/chromium/ash/desktop_background/wallpaper_resizer_observer.h
deleted file mode 100644
index 5a10651d4c1..00000000000
--- a/chromium/ash/desktop_background/wallpaper_resizer_observer.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 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_DESKTOP_BACKGROUND_WALLPAPER_RESIZER_OBSERVER_H_
-#define ASH_DESKTOP_BACKGROUND_WALLPAPER_RESIZER_OBSERVER_H_
-
-#include "ash/ash_export.h"
-
-namespace ash {
-
-class ASH_EXPORT WallpaperResizerObserver {
- public:
- // Invoked when the wallpaper is resized.
- virtual void OnWallpaperResized() = 0;
-
- protected:
- virtual ~WallpaperResizerObserver() {}
-};
-
-} // namespace ash
-
-#endif // ASH_DESKTOP_BACKGROUND_WALLPAPER_RESIZER_OBSERVER_H_