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

Side by Side Diff: chrome/browser/views/constrained_window_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/constrained_window_win.h" 5 #include "chrome/browser/views/constrained_window_win.h"
6 6
7 #include "app/l10n_util.h"
8 #include "app/resource_bundle.h" 7 #include "app/resource_bundle.h"
9 #include "app/text_elider.h"
10 #include "app/win_util.h" 8 #include "app/win_util.h"
11 #include "chrome/app/chrome_dll_resource.h" 9 #include "chrome/app/chrome_dll_resource.h"
12 #include "chrome/browser/browser_process.h" 10 #include "chrome/browser/browser_process.h"
13 #include "chrome/browser/pref_service.h" 11 #include "chrome/browser/pref_service.h"
14 #include "chrome/browser/profile.h" 12 #include "chrome/browser/profile.h"
15 #include "chrome/browser/tab_contents/tab_contents.h" 13 #include "chrome/browser/tab_contents/tab_contents.h"
16 #include "chrome/browser/tab_contents/tab_contents_view.h" 14 #include "chrome/browser/tab_contents/tab_contents_view.h"
17 #include "chrome/browser/toolbar_model.h" 15 #include "chrome/browser/toolbar_model.h"
18 #include "chrome/browser/views/frame/browser_view.h" 16 #include "chrome/browser/views/frame/browser_view.h"
19 #include "chrome/browser/window_sizer.h" 17 #include "chrome/browser/window_sizer.h"
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 677
680 678
681 // static 679 // static
682 ConstrainedWindow* ConstrainedWindow::CreateConstrainedDialog( 680 ConstrainedWindow* ConstrainedWindow::CreateConstrainedDialog(
683 TabContents* parent, 681 TabContents* parent,
684 views::WindowDelegate* window_delegate) { 682 views::WindowDelegate* window_delegate) {
685 ConstrainedWindowWin* window = new ConstrainedWindowWin(parent, 683 ConstrainedWindowWin* window = new ConstrainedWindowWin(parent,
686 window_delegate); 684 window_delegate);
687 return window; 685 return window;
688 } 686 }
OLDNEW
« no previous file with comments | « chrome/browser/views/browser_bubble_win.cc ('k') | chrome/browser/views/database_open_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698