summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/printing
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-08-26 03:44:04 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-26 10:48:22 +0000
commit18dfb7a5bd78c71cf22f26e95a67553361bcd804 (patch)
treedfb99d0008be9fd3a8ab2552a43b809348f2b062 /chrome/renderer/printing
parentd56f127a061c04a1820be448d61b9d985420d98e (diff)
downloadchromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.zip
chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.gz
chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.bz2
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
Review URL: https://codereview.chromium.org/486843004 Cr-Commit-Position: refs/heads/master@{#291880}
Diffstat (limited to 'chrome/renderer/printing')
-rw-r--r--chrome/renderer/printing/mock_printer.cc2
-rw-r--r--chrome/renderer/printing/print_web_view_helper_browsertest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/printing/mock_printer.cc b/chrome/renderer/printing/mock_printer.cc
index 3e30a1d..bb44c89 100644
--- a/chrome/renderer/printing/mock_printer.cc
+++ b/chrome/renderer/printing/mock_printer.cc
@@ -5,7 +5,7 @@
#include "chrome/renderer/printing/mock_printer.h"
#include "base/basictypes.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/memory/shared_memory.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
diff --git a/chrome/renderer/printing/print_web_view_helper_browsertest.cc b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
index 9db9ac4..936d770 100644
--- a/chrome/renderer/printing/print_web_view_helper_browsertest.cc
+++ b/chrome/renderer/printing/print_web_view_helper_browsertest.cc
@@ -19,7 +19,7 @@
#include "third_party/WebKit/public/web/WebView.h"
#if defined(OS_WIN) || defined(OS_MACOSX)
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "printing/image.h"
using blink::WebFrame;