diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 22:11:15 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 22:11:15 +0000 |
commit | a30f47bf4dd4bf620d794ae055932d3e83aee22f (patch) | |
tree | 835566f93cdc4cddbd92437eef7e06e3ccad9021 /remoting | |
parent | 96fa4fb9f7de519ecf7e0067118afe80bec2b2b9 (diff) | |
download | chromium_src-a30f47bf4dd4bf620d794ae055932d3e83aee22f.zip chromium_src-a30f47bf4dd4bf620d794ae055932d3e83aee22f.tar.gz chromium_src-a30f47bf4dd4bf620d794ae055932d3e83aee22f.tar.bz2 |
Remove forwarding include for base/files/file_path except for MTPD.
Fix up remaining/new uses of base/file_path.h
MTPD must be updated in a separate pass due to a circular dependency.
BUG=
Review URL: https://codereview.chromium.org/12316090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/host_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc index c6af95d..96b2752 100644 --- a/remoting/host/host_main.cc +++ b/remoting/host/host_main.cc @@ -11,7 +11,7 @@ #include "base/at_exit.h" #include "base/command_line.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/stringprintf.h" #include "base/strings/stringize_macros.h" |