summaryrefslogtreecommitdiffstats
path: root/base/files
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 03:01:13 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 03:01:13 +0000
commit06b665098249f6b54ba382ea0e87e02034dd5754 (patch)
tree0f561e47539a4319303f857d41b23c8e2b726929 /base/files
parentbd1714d83b3af5f7165cca64c0621264219b19ff (diff)
downloadchromium_src-06b665098249f6b54ba382ea0e87e02034dd5754.zip
chromium_src-06b665098249f6b54ba382ea0e87e02034dd5754.tar.gz
chromium_src-06b665098249f6b54ba382ea0e87e02034dd5754.tar.bz2
Cleanup: Remove more base/file_paths.h references.
R=brettw TBR=grt Review URL: https://chromiumcodereview.appspot.com/12340092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/files')
-rw-r--r--base/files/memory_mapped_file.cc2
-rw-r--r--base/files/memory_mapped_file_win.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/files/memory_mapped_file.cc b/base/files/memory_mapped_file.cc
index 9e98bc6..a48ec0c 100644
--- a/base/files/memory_mapped_file.cc
+++ b/base/files/memory_mapped_file.cc
@@ -4,7 +4,7 @@
#include "base/files/memory_mapped_file.h"
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/logging.h"
namespace base {
diff --git a/base/files/memory_mapped_file_win.cc b/base/files/memory_mapped_file_win.cc
index 1a24de2..5b89c85 100644
--- a/base/files/memory_mapped_file_win.cc
+++ b/base/files/memory_mapped_file_win.cc
@@ -4,7 +4,7 @@
#include "base/files/memory_mapped_file.h"
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "base/string16.h"