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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/toolbar_view.h
diff --git a/mandoline/ui/desktop_ui/toolbar_view.h b/mandoline/ui/desktop_ui/toolbar_view.h
index d67ae7321062c1e83ecfa156b64451af9d0bdab8..ad808e12e8cc90d00258752de6310661e898772d 100644
--- a/mandoline/ui/desktop_ui/toolbar_view.h
+++ b/mandoline/ui/desktop_ui/toolbar_view.h
@@ -5,8 +5,9 @@
#ifndef MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_
#define MANDOLINE_UI_DESKTOP_UI_TOOLBAR_VIEW_H_
-#include "ui/views/view.h"
+#include "base/macros.h"
#include "ui/views/controls/button/label_button.h"
+#include "ui/views/view.h"
namespace views {
class BoxLayout;
« 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