tracked_objects::Location --> base::Location

This commit is contained in:
Samuel Attard 2017-12-18 13:35:17 +11:00 committed by Aleksei Kuzmin
parent 1158d35021
commit 6402b23041
6 changed files with 12 additions and 13 deletions

View file

@ -22,7 +22,7 @@ void BridgeTaskRunner::MessageLoopIsReady() {
}
bool BridgeTaskRunner::PostDelayedTask(
const tracked_objects::Location& from_here,
const base::Location& from_here,
base::OnceClosure task,
base::TimeDelta delay) {
auto message_loop = base::MessageLoop::current();
@ -44,7 +44,7 @@ bool BridgeTaskRunner::RunsTasksInCurrentSequence() const {
}
bool BridgeTaskRunner::PostNonNestableDelayedTask(
const tracked_objects::Location& from_here,
const base::Location& from_here,
base::OnceClosure task,
base::TimeDelta delay) {
auto message_loop = base::MessageLoop::current();