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

Side by Side Diff: components/domain_reliability/scheduler.h

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 #ifndef COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_ 5 #ifndef COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_
6 #define COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_ 6 #define COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
14 #include "base/time/time.h" 15 #include "base/time/time.h"
15 #include "components/domain_reliability/domain_reliability_export.h" 16 #include "components/domain_reliability/domain_reliability_export.h"
16 #include "components/domain_reliability/uploader.h" 17 #include "components/domain_reliability/uploader.h"
17 #include "net/base/backoff_entry.h" 18 #include "net/base/backoff_entry.h"
18 19
19 namespace base { 20 namespace base {
20 class Value; 21 class Value;
21 } // namespace base 22 } // namespace base
22 23
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 bool last_upload_finished_; 140 bool last_upload_finished_;
140 base::TimeTicks last_upload_start_time_; 141 base::TimeTicks last_upload_start_time_;
141 base::TimeTicks last_upload_end_time_; 142 base::TimeTicks last_upload_end_time_;
142 size_t last_upload_collector_index_; 143 size_t last_upload_collector_index_;
143 bool last_upload_success_; 144 bool last_upload_success_;
144 }; 145 };
145 146
146 } // namespace domain_reliability 147 } // namespace domain_reliability
147 148
148 #endif // COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_ 149 #endif // COMPONENTS_DOMAIN_RELIABILITY_SCHEDULER_H_
OLDNEW
« no previous file with comments | « components/dom_distiller/core/page_features.cc ('k') | components/guest_view/browser/guest_view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698