diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/file_path.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/file_path.h b/base/file_path.h index c41ddd2..9faacf3 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 |