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

Side by Side Diff: chrome/browser/ui/libgtkui/app_indicator_icon_menu.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_MENU_H_ 5 #ifndef CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_MENU_H_
6 #define CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_MENU_H_ 6 #define CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_MENU_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "chrome/browser/ui/libgtkui/gtk2_signal.h" 10 #include "chrome/browser/ui/libgtkui/gtk_signal.h"
11 11
12 typedef struct _GtkMenu GtkMenu; 12 typedef struct _GtkMenu GtkMenu;
13 typedef struct _GtkWidget GtkWidget; 13 typedef struct _GtkWidget GtkWidget;
14 14
15 namespace ui { 15 namespace ui {
16 class MenuModel; 16 class MenuModel;
17 } 17 }
18 18
19 namespace libgtkui { 19 namespace libgtkui {
20 20
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 GtkWidget* gtk_menu_; 58 GtkWidget* gtk_menu_;
59 59
60 bool block_activation_; 60 bool block_activation_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(AppIndicatorIconMenu); 62 DISALLOW_COPY_AND_ASSIGN(AppIndicatorIconMenu);
63 }; 63 };
64 64
65 } // namespace libgtkui 65 } // namespace libgtkui
66 66
67 #endif // CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_MENU_H_ 67 #endif // CHROME_BROWSER_UI_LIBGTKUI_APP_INDICATOR_ICON_MENU_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtkui/app_indicator_icon.h ('k') | chrome/browser/ui/libgtkui/gconf_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698