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

Side by Side Diff: content/browser/tracing/power_tracing_agent.cc

Issue 1967823004: Fix include path for moved thread_task_runner_handle.h header in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_move_task_runner_handle
Patch Set: Created 4 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/lazy_instance.h" 6 #include "base/lazy_instance.h"
7 #include "base/memory/singleton.h" 7 #include "base/memory/singleton.h"
8 #include "base/thread_task_runner_handle.h" 8 #include "base/threading/thread_task_runner_handle.h"
9 #include "base/trace_event/trace_event_impl.h" 9 #include "base/trace_event/trace_event_impl.h"
10 #include "content/browser/tracing/power_tracing_agent.h" 10 #include "content/browser/tracing/power_tracing_agent.h"
11 #include "tools/battor_agent/battor_finder.h" 11 #include "tools/battor_agent/battor_finder.h"
12 12
13 namespace content { 13 namespace content {
14 14
15 namespace { 15 namespace {
16 16
17 const char kPowerTracingAgentName[] = "battor"; 17 const char kPowerTracingAgentName[] = "battor";
18 const char kPowerTraceLabel[] = "powerTraceAsString"; 18 const char kPowerTraceLabel[] = "powerTraceAsString";
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 record_clock_sync_marker_callback_.Reset(); 176 record_clock_sync_marker_callback_.Reset();
177 record_clock_sync_marker_sync_id_ = std::string(); 177 record_clock_sync_marker_sync_id_ = std::string();
178 record_clock_sync_marker_start_time_ = base::TimeTicks(); 178 record_clock_sync_marker_start_time_ = base::TimeTicks();
179 } 179 }
180 180
181 bool PowerTracingAgent::SupportsExplicitClockSync() { 181 bool PowerTracingAgent::SupportsExplicitClockSync() {
182 return battor_agent_->SupportsExplicitClockSync(); 182 return battor_agent_->SupportsExplicitClockSync();
183 } 183 }
184 184
185 } // namespace content 185 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/tracing/memory_tracing_browsertest.cc ('k') | content/browser/tracing/tracing_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698