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

Side by Side Diff: ui/chromeos/touch_exploration_controller_unittest.cc

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "ui/chromeos/touch_exploration_controller.h" 5 #include "ui/chromeos/touch_exploration_controller.h"
6 6
7 #include <stddef.h>
8
9 #include "base/macros.h"
7 #include "base/test/simple_test_tick_clock.h" 10 #include "base/test/simple_test_tick_clock.h"
8 #include "base/time/time.h" 11 #include "base/time/time.h"
9 #include "ui/aura/client/cursor_client.h" 12 #include "ui/aura/client/cursor_client.h"
10 #include "ui/aura/test/aura_test_base.h" 13 #include "ui/aura/test/aura_test_base.h"
11 #include "ui/aura/test/test_cursor_client.h" 14 #include "ui/aura/test/test_cursor_client.h"
12 #include "ui/aura/window.h" 15 #include "ui/aura/window.h"
13 #include "ui/events/event.h" 16 #include "ui/events/event.h"
14 #include "ui/events/event_utils.h" 17 #include "ui/events/event_utils.h"
15 #include "ui/events/gestures/gesture_provider_aura.h" 18 #include "ui/events/gestures/gesture_provider_aura.h"
16 #include "ui/events/test/event_generator.h" 19 #include "ui/events/test/event_generator.h"
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 generator_->PressTouch(); 1936 generator_->PressTouch();
1934 generator_->MoveTouch(initial_press); 1937 generator_->MoveTouch(initial_press);
1935 generator_->MoveTouch(*point); 1938 generator_->MoveTouch(*point);
1936 generator_->ReleaseTouch(); 1939 generator_->ReleaseTouch();
1937 ASSERT_EQ(1U, delegate_.NumExitScreenSounds()); 1940 ASSERT_EQ(1U, delegate_.NumExitScreenSounds());
1938 delegate_.ResetCountersToZero(); 1941 delegate_.ResetCountersToZero();
1939 } 1942 }
1940 } 1943 }
1941 1944
1942 } // namespace ui 1945 } // namespace ui
OLDNEW
« no previous file with comments | « ui/chromeos/touch_exploration_controller.h ('k') | ui/chromeos/user_activity_power_manager_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698