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

Side by Side Diff: chrome/browser/autocomplete/autocomplete_edit_view_win.h

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_ 5 #ifndef CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_
6 #define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_ 6 #define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlapp.h> 9 #include <atlapp.h>
10 #include <atlcrack.h> 10 #include <atlcrack.h>
11 #include <atlctrls.h> 11 #include <atlctrls.h>
12 #include <atlmisc.h> 12 #include <atlmisc.h>
13 #include <tom.h> // For ITextDocument, a COM interface to CRichEditCtrl. 13 #include <tom.h> // For ITextDocument, a COM interface to CRichEditCtrl.
14 14
15 #include "app/gfx/font.h"
16 #include "app/menus/simple_menu_model.h" 15 #include "app/menus/simple_menu_model.h"
17 #include "base/scoped_comptr_win.h" 16 #include "base/scoped_comptr_win.h"
18 #include "base/scoped_ptr.h" 17 #include "base/scoped_ptr.h"
19 #include "chrome/browser/autocomplete/autocomplete.h" 18 #include "chrome/browser/autocomplete/autocomplete.h"
20 #include "chrome/browser/autocomplete/autocomplete_edit_view.h" 19 #include "chrome/browser/autocomplete/autocomplete_edit_view.h"
21 #include "chrome/browser/toolbar_model.h" 20 #include "chrome/browser/toolbar_model.h"
22 #include "chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h" 21 #include "chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h"
23 #include "chrome/common/page_transition_types.h" 22 #include "chrome/common/page_transition_types.h"
23 #include "gfx/font.h"
24 #include "webkit/glue/window_open_disposition.h" 24 #include "webkit/glue/window_open_disposition.h"
25 #include "views/controls/menu/menu_2.h" 25 #include "views/controls/menu/menu_2.h"
26 26
27 class AutocompletePopupModel; 27 class AutocompletePopupModel;
28 class Profile; 28 class Profile;
29 class TabContents; 29 class TabContents;
30 namespace views { 30 namespace views {
31 class View; 31 class View;
32 } 32 }
33 33
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 // striken-out when displaying an insecure scheme. 485 // striken-out when displaying an insecure scheme.
486 url_parse::Component insecure_scheme_component_; 486 url_parse::Component insecure_scheme_component_;
487 487
488 // Instance of accessibility information and handling. 488 // Instance of accessibility information and handling.
489 mutable ScopedComPtr<IAccessible> autocomplete_accessibility_; 489 mutable ScopedComPtr<IAccessible> autocomplete_accessibility_;
490 490
491 DISALLOW_COPY_AND_ASSIGN(AutocompleteEditViewWin); 491 DISALLOW_COPY_AND_ASSIGN(AutocompleteEditViewWin);
492 }; 492 };
493 493
494 #endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_ 494 #endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_VIEW_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc ('k') | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698