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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h

Issue 1545153002: Switch to standard integer types in chrome/browser/ui/views/. (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 | « chrome/browser/ui/views/auto_keep_alive.h ('k') | chrome/browser/ui/views/autofill/autofill_dialog_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h
index 79b5410910182984c125ae03e8fee92023dd28d8..c05d58638d183374a0d473d741c9d281ce23d239 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_DIALOG_VIEW_TESTER_VIEWS_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_DIALOG_VIEW_TESTER_VIEWS_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "chrome/browser/ui/autofill/autofill_dialog_view_tester.h"
#include "components/autofill/core/browser/dialog_section.h"
« no previous file with comments | « chrome/browser/ui/views/auto_keep_alive.h ('k') | chrome/browser/ui/views/autofill/autofill_dialog_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698