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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/unified_mouse_warp_controller.h
diff --git a/ash/display/unified_mouse_warp_controller.h b/ash/display/unified_mouse_warp_controller.h
index 95fdbf69fe482c2aae8bbb84f545b5ae3825fb2d..298ae9aaa5743133510d3ab72320b89b449912e6 100644
--- a/ash/display/unified_mouse_warp_controller.h
+++ b/ash/display/unified_mouse_warp_controller.h
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H
-#define ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H
+#ifndef ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
+#define ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
#include "ash/display/mouse_warp_controller.h"
-#include "base/gtest_prod_util.h"
#include "ui/gfx/geometry/rect.h"
namespace aura {
@@ -62,4 +61,4 @@ class ASH_EXPORT UnifiedMouseWarpController : public MouseWarpController {
} // namespace ash
-#endif // ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H
+#endif // ASH_DISPLAY_UNIFIED_MOUSE_WARP_CONTROLLER_H_
« 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