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

Side by Side Diff: ash/display/unified_mouse_warp_controller.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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 | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H 5 #ifndef ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
6 #define ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H 6 #define ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
7 7
8 #include "ash/display/mouse_warp_controller.h" 8 #include "ash/display/mouse_warp_controller.h"
9 9
10 #include "base/gtest_prod_util.h"
11 #include "ui/gfx/geometry/rect.h" 10 #include "ui/gfx/geometry/rect.h"
12 11
13 namespace aura { 12 namespace aura {
14 class Window; 13 class Window;
15 } 14 }
16 15
17 namespace gfx { 16 namespace gfx {
18 class Point; 17 class Point;
19 } 18 }
20 19
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 54
56 int64 current_cursor_display_id_; 55 int64 current_cursor_display_id_;
57 56
58 bool update_location_for_test_; 57 bool update_location_for_test_;
59 58
60 DISALLOW_COPY_AND_ASSIGN(UnifiedMouseWarpController); 59 DISALLOW_COPY_AND_ASSIGN(UnifiedMouseWarpController);
61 }; 60 };
62 61
63 } // namespace ash 62 } // namespace ash
64 63
65 #endif // ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H 64 #endif // ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698