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

Side by Side Diff: content/renderer/load_progress_tracker.h

Issue 18154002: Use a direct include of time headers in content/, part 2. (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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_RENDERER_LOAD_PROGRESS_TRACKER_H_ 5 #ifndef CONTENT_RENDERER_LOAD_PROGRESS_TRACKER_H_
6 #define CONTENT_RENDERER_LOAD_PROGRESS_TRACKER_H_ 6 #define CONTENT_RENDERER_LOAD_PROGRESS_TRACKER_H_
7 7
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "base/time.h" 10 #include "base/time/time.h"
11 11
12 namespace WebKit { 12 namespace WebKit {
13 class WebFrame; 13 class WebFrame;
14 } 14 }
15 15
16 namespace content { 16 namespace content {
17 class RenderViewImpl; 17 class RenderViewImpl;
18 18
19 class LoadProgressTracker { 19 class LoadProgressTracker {
20 public: 20 public:
(...skipping 18 matching lines...) Expand all
39 base::TimeTicks last_time_progress_sent_; 39 base::TimeTicks last_time_progress_sent_;
40 40
41 base::WeakPtrFactory<LoadProgressTracker> weak_factory_; 41 base::WeakPtrFactory<LoadProgressTracker> weak_factory_;
42 42
43 DISALLOW_COPY_AND_ASSIGN(LoadProgressTracker); 43 DISALLOW_COPY_AND_ASSIGN(LoadProgressTracker);
44 }; 44 };
45 45
46 } // namespace content 46 } // namespace content
47 47
48 #endif // CONTENT_RENDERER_LOAD_PROGRESS_TRACKER_H_ 48 #endif // CONTENT_RENDERER_LOAD_PROGRESS_TRACKER_H_
OLDNEW
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | content/renderer/media/android/media_info_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698