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

Side by Side Diff: mandoline/ui/desktop_ui/toolbar_view.h

Issue 1548553002: Switch to standard integer types in mandoline/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « mandoline/ui/desktop_ui/find_bar_view.h ('k') | mandoline/ui/omnibox/omnibox_application.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_ 5 #ifndef MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_
6 #define MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_ 6 #define MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_
7 7
8 #include "base/macros.h"
9 #include "ui/views/controls/button/label_button.h"
8 #include "ui/views/view.h" 10 #include "ui/views/view.h"
9 #include "ui/views/controls/button/label_button.h"
10 11
11 namespace views { 12 namespace views {
12 class BoxLayout; 13 class BoxLayout;
13 class LabelButton; 14 class LabelButton;
14 } 15 }
15 16
16 namespace mandoline { 17 namespace mandoline {
17 class BrowserWindow; 18 class BrowserWindow;
18 19
19 class ToolbarView : public views::View, 20 class ToolbarView : public views::View,
(...skipping 16 matching lines...) Expand all
36 views::LabelButton* back_button_; 37 views::LabelButton* back_button_;
37 views::LabelButton* forward_button_; 38 views::LabelButton* forward_button_;
38 views::LabelButton* omnibox_launcher_; 39 views::LabelButton* omnibox_launcher_;
39 40
40 DISALLOW_COPY_AND_ASSIGN(ToolbarView); 41 DISALLOW_COPY_AND_ASSIGN(ToolbarView);
41 }; 42 };
42 43
43 } // namespace mandoline 44 } // namespace mandoline
44 45
45 #endif // MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_ 46 #endif // MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_
OLDNEW
« no previous file with comments | « mandoline/ui/desktop_ui/find_bar_view.h ('k') | mandoline/ui/omnibox/omnibox_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698