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

Side by Side Diff: chrome/browser/ui/libgtkui/app_indicator_icon.h

Issue 2453243002: Gtk3 UI: Rename files in libgtkui containing gtk2 in their name (Closed)
Patch Set: Fix git cl format mistake Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_ 5 #ifndef CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_
6 #define CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_ 6 #define CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/nix/xdg_util.h" 13 #include "base/nix/xdg_util.h"
14 #include "chrome/browser/ui/libgtkui/gtk2_signal.h" 14 #include "chrome/browser/ui/libgtkui/gtk_signal.h"
15 #include "ui/views/linux_ui/status_icon_linux.h" 15 #include "ui/views/linux_ui/status_icon_linux.h"
16 16
17 typedef struct _AppIndicator AppIndicator; 17 typedef struct _AppIndicator AppIndicator;
18 typedef struct _GtkWidget GtkWidget; 18 typedef struct _GtkWidget GtkWidget;
19 19
20 class SkBitmap; 20 class SkBitmap;
21 21
22 namespace gfx { 22 namespace gfx {
23 class ImageSkia; 23 class ImageSkia;
24 } 24 }
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 int icon_change_count_; 101 int icon_change_count_;
102 102
103 base::WeakPtrFactory<AppIndicatorIcon> weak_factory_; 103 base::WeakPtrFactory<AppIndicatorIcon> weak_factory_;
104 104
105 DISALLOW_COPY_AND_ASSIGN(AppIndicatorIcon); 105 DISALLOW_COPY_AND_ASSIGN(AppIndicatorIcon);
106 }; 106 };
107 107
108 } // namespace libgtkui 108 } // namespace libgtkui
109 109
110 #endif // CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_ 110 #endif // CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtkui/BUILD.gn ('k') | chrome/browser/ui/libgtkui/app_indicator_icon_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698