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

Side by Side Diff: content/browser/renderer_host/touch_smooth_scroll_gesture_aura.h

Issue 18152002: Use a direct include of time headers in content/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_
6 #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ 6 #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_
7 7
8 #include "base/time.h" 8 #include "base/time/time.h"
9 #include "content/browser/renderer_host/smooth_scroll_calculator.h" 9 #include "content/browser/renderer_host/smooth_scroll_calculator.h"
10 #include "content/port/browser/smooth_scroll_gesture.h" 10 #include "content/port/browser/smooth_scroll_gesture.h"
11 #include "ui/gfx/point.h" 11 #include "ui/gfx/point.h"
12 12
13 namespace aura { 13 namespace aura {
14 class Window; 14 class Window;
15 } 15 }
16 16
17 namespace content { 17 namespace content {
18 18
(...skipping 17 matching lines...) Expand all
36 gfx::Point location_; 36 gfx::Point location_;
37 aura::Window* window_; 37 aura::Window* window_;
38 SmoothScrollCalculator smooth_scroll_calculator_; 38 SmoothScrollCalculator smooth_scroll_calculator_;
39 39
40 DISALLOW_COPY_AND_ASSIGN(TouchSmoothScrollGestureAura); 40 DISALLOW_COPY_AND_ASSIGN(TouchSmoothScrollGestureAura);
41 }; 41 };
42 42
43 } // namespace content 43 } // namespace content
44 44
45 #endif // CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ 45 #endif // CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/touch_smooth_scroll_gesture_android.h ('k') | content/browser/speech/endpointer/endpointer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698