summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-24 05:40:52 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-24 05:40:52 +0000
commit57999817d30c384de8974a2c64c0356e71fde63c (patch)
treeeea7cbd7cd2a1226d4d7e0b983d01268334dc2ba /remoting/base
parent8701de1793a2c3fdf0f596aee8ec93c61c00bf2e (diff)
downloadchromium_src-57999817d30c384de8974a2c64c0356e71fde63c.zip
chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.gz
chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.bz2
Move file_path.h to base/files.
TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/auto_thread_unittest.cc2
-rw-r--r--remoting/base/resources.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/base/auto_thread_unittest.cc b/remoting/base/auto_thread_unittest.cc
index 5d449c7..cfbb86b 100644
--- a/remoting/base/auto_thread_unittest.cc
+++ b/remoting/base/auto_thread_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/bind.h"
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/scoped_native_library.h"
#include "remoting/base/auto_thread.h"
diff --git a/remoting/base/resources.cc b/remoting/base/resources.cc
index e10659d3..933be87 100644
--- a/remoting/base/resources.cc
+++ b/remoting/base/resources.cc
@@ -4,7 +4,7 @@
#include "remoting/base/resources.h"
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/path_service.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"