| Index: base/threading/thread_task_runner_handle.h
|
| diff --git a/base/thread_task_runner_handle.h b/base/threading/thread_task_runner_handle.h
|
| similarity index 85%
|
| copy from base/thread_task_runner_handle.h
|
| copy to base/threading/thread_task_runner_handle.h
|
| index d00f61a81e7df9715ffad69f9e1a242803d96d55..72ce49e1bd045bf2f7603ef8afc5844936dffc06 100644
|
| --- a/base/thread_task_runner_handle.h
|
| +++ b/base/threading/thread_task_runner_handle.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_THREAD_TASK_RUNNER_HANDLE_H_
|
| -#define BASE_THREAD_TASK_RUNNER_HANDLE_H_
|
| +#ifndef BASE_THREADING_THREAD_TASK_RUNNER_HANDLE_H_
|
| +#define BASE_THREADING_THREAD_TASK_RUNNER_HANDLE_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/macros.h"
|
| @@ -41,4 +41,4 @@ class BASE_EXPORT ThreadTaskRunnerHandle {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_THREAD_TASK_RUNNER_HANDLE_H_
|
| +#endif // BASE_THREADING_THREAD_TASK_RUNNER_HANDLE_H_
|
|
|