| Index: chrome/browser/app_icon_win.h
|
| diff --git a/chrome/browser/app_icon_win.h b/chrome/browser/app_icon_win.h
|
| deleted file mode 100644
|
| index 9be98c57dd62be39028b370365f3fa2e7d635bf0..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/app_icon_win.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -// Copyright (c) 2011 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 CHROME_BROWSER_APP_ICON_WIN_H_
|
| -#define CHROME_BROWSER_APP_ICON_WIN_H_
|
| -
|
| -#include <windows.h>
|
| -
|
| -#include <memory>
|
| -
|
| -namespace gfx {
|
| -class ImageFamily;
|
| -class Size;
|
| -}
|
| -
|
| -class SkBitmap;
|
| -
|
| -HICON GetAppIcon();
|
| -HICON GetSmallAppIcon();
|
| -
|
| -gfx::Size GetAppIconSize();
|
| -gfx::Size GetSmallAppIconSize();
|
| -
|
| -// Retrieve the application icon for the current process. This returns all of
|
| -// the different sizes of the icon as an ImageFamily.
|
| -std::unique_ptr<gfx::ImageFamily> GetAppIconImageFamily();
|
| -
|
| -#endif // CHROME_BROWSER_APP_ICON_WIN_H_
|
|
|