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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view_tester.h

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 12 months 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
Index: chrome/browser/ui/autofill/autofill_dialog_view_tester.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_tester.h b/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
index 2ac58da7d140cd262f0a25fd79a5b8c4ad43acfc..b2024d14256f6b81f123f2a5b42786e4734b8bee 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
@@ -9,7 +9,7 @@
#include "base/strings/string16.h"
#include "chrome/browser/ui/autofill/autofill_dialog_types.h"
#include "components/autofill/core/browser/field_types.h"
-#include "ui/gfx/size.h"
+#include "ui/gfx/geometry/size.h"
namespace content {
class WebContents;

Powered by Google App Engine
This is Rietveld 408576698