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

Side by Side Diff: ui/display/win/screen_win.h

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « sandbox/win/src/address_sanitizer_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_DISPLAY_WIN_SCREEN_WIN_H_ 5 #ifndef UI_DISPLAY_WIN_SCREEN_WIN_H_
6 #define UI_DISPLAY_WIN_SCREEN_WIN_H_ 6 #define UI_DISPLAY_WIN_SCREEN_WIN_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/scoped_ptr.h"
13 #include "ui/display/display_export.h" 14 #include "ui/display/display_export.h"
14 #include "ui/gfx/display_change_notifier.h" 15 #include "ui/gfx/display_change_notifier.h"
15 #include "ui/gfx/native_widget_types.h" 16 #include "ui/gfx/native_widget_types.h"
16 #include "ui/gfx/screen.h" 17 #include "ui/gfx/screen.h"
17 #include "ui/gfx/win/singleton_hwnd_observer.h" 18 #include "ui/gfx/win/singleton_hwnd_observer.h"
18 19
19 namespace gfx { 20 namespace gfx {
20 class Display; 21 class Display;
21 class Point; 22 class Point;
22 class Rect; 23 class Rect;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 // Current list of ScreenWinDisplays. 93 // Current list of ScreenWinDisplays.
93 std::vector<ScreenWinDisplay> screen_win_displays_; 94 std::vector<ScreenWinDisplay> screen_win_displays_;
94 95
95 DISALLOW_COPY_AND_ASSIGN(ScreenWin); 96 DISALLOW_COPY_AND_ASSIGN(ScreenWin);
96 }; 97 };
97 98
98 } // namespace win 99 } // namespace win
99 } // namespace display 100 } // namespace display
100 101
101 #endif // UI_DISPLAY_WIN_SCREEN_WIN_H_ 102 #endif // UI_DISPLAY_WIN_SCREEN_WIN_H_
OLDNEW
« no previous file with comments | « sandbox/win/src/address_sanitizer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698