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

Side by Side Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 11 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 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_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_H_ 5 #ifndef CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_H_
6 #define CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_H_ 6 #define CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "chrome/browser/ui/autofill/password_generation_popup_controller.h" 12 #include "chrome/browser/ui/autofill/password_generation_popup_controller.h"
13 #include "chrome/browser/ui/autofill/popup_controller_common.h" 13 #include "chrome/browser/ui/autofill/popup_controller_common.h"
14 #include "components/autofill/core/common/password_form.h" 14 #include "components/autofill/core/common/password_form.h"
15 #include "ui/gfx/geometry/rect.h"
16 #include "ui/gfx/geometry/rect_f.h"
15 #include "ui/gfx/native_widget_types.h" 17 #include "ui/gfx/native_widget_types.h"
16 #include "ui/gfx/range/range.h" 18 #include "ui/gfx/range/range.h"
17 #include "ui/gfx/rect.h"
18 #include "ui/gfx/rect_f.h"
19 19
20 namespace content { 20 namespace content {
21 struct NativeWebKeyboardEvent; 21 struct NativeWebKeyboardEvent;
22 class WebContents; 22 class WebContents;
23 } 23 }
24 24
25 namespace password_manager { 25 namespace password_manager {
26 class PasswordManager; 26 class PasswordManager;
27 class PasswordManagerDriver; 27 class PasswordManagerDriver;
28 } 28 }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 gfx::Rect popup_bounds_; 150 gfx::Rect popup_bounds_;
151 151
152 base::WeakPtrFactory<PasswordGenerationPopupControllerImpl> weak_ptr_factory_; 152 base::WeakPtrFactory<PasswordGenerationPopupControllerImpl> weak_ptr_factory_;
153 153
154 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationPopupControllerImpl); 154 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationPopupControllerImpl);
155 }; 155 };
156 156
157 } // namespace autofill 157 } // namespace autofill
158 158
159 #endif // CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_ H_ 159 #endif // CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_CONTROLLER_IMPL_ H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698