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

Side by Side Diff: chrome/browser/views/autocomplete/autocomplete_popup_win.cc

Issue 3066014: Cleanup: Remove unneeded headers from app/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 10 years, 4 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 #include "chrome/browser/views/autocomplete/autocomplete_popup_win.h" 5 #include "chrome/browser/views/autocomplete/autocomplete_popup_win.h"
6 6
7 #include "app/win_util.h"
8 #include "chrome/browser/autocomplete/autocomplete_edit_view_win.h" 7 #include "chrome/browser/autocomplete/autocomplete_edit_view_win.h"
9 #include "chrome/browser/autocomplete/autocomplete_popup_model.h" 8 #include "chrome/browser/autocomplete/autocomplete_popup_model.h"
10 #include "chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h" 9 #include "chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h"
11 #include "gfx/insets.h" 10 #include "gfx/insets.h"
12 11
13 //////////////////////////////////////////////////////////////////////////////// 12 ////////////////////////////////////////////////////////////////////////////////
14 // AutocompletePopupWin, public: 13 // AutocompletePopupWin, public:
15 14
16 AutocompletePopupWin::AutocompletePopupWin( 15 AutocompletePopupWin::AutocompletePopupWin(
17 AutocompleteEditView* edit_view, 16 AutocompleteEditView* edit_view,
(...skipping 20 matching lines...) Expand all
38 AutocompletePopupWin::~AutocompletePopupWin() { 37 AutocompletePopupWin::~AutocompletePopupWin() {
39 } 38 }
40 39
41 //////////////////////////////////////////////////////////////////////////////// 40 ////////////////////////////////////////////////////////////////////////////////
42 // AutocompletePopupWin, WidgetWin overrides: 41 // AutocompletePopupWin, WidgetWin overrides:
43 42
44 LRESULT AutocompletePopupWin::OnMouseActivate(HWND window, UINT hit_test, 43 LRESULT AutocompletePopupWin::OnMouseActivate(HWND window, UINT hit_test,
45 UINT mouse_message) { 44 UINT mouse_message) {
46 return MA_NOACTIVATE; 45 return MA_NOACTIVATE;
47 } 46 }
OLDNEW
« no previous file with comments | « chrome/browser/views/appcache_info_view.cc ('k') | chrome/browser/views/bookmark_bar_instructions_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698