| Index: base/file_path.h
|
| diff --git a/base/file_path.h b/base/file_path.h
|
| index c41ddd261a37c589c9ffe2f9ca03f10bb9a5355a..9faacf3d4ae7f1e70395e81d319e3092a968c228 100644
|
| --- a/base/file_path.h
|
| +++ b/base/file_path.h
|
| @@ -2,5 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// TODO(brettw) remove this file.
|
| +// TODO(brettw) remove this file when third_party/mtpd/source/device_manager.cc
|
| +// no longer uses this old location.
|
| +#ifdef MTPD_DEVICE_MANAGER_H_
|
| #include "base/files/file_path.h"
|
| +#endif
|
|
|