diff options
author | thestig <thestig@chromium.org> | 2014-09-05 01:29:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 08:35:40 +0000 |
commit | 22dfc40185c63bd1278792fe422bd82c63ff6213 (patch) | |
tree | 32c3ce9c1935c7c160ab9c55f2d61a74b250daf9 /printing/backend/print_backend_cups.cc | |
parent | fc6d9e5869b861a5cb82018a934c44b59f58687f (diff) | |
download | chromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.zip chromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.tar.gz chromium_src-22dfc40185c63bd1278792fe422bd82c63ff6213.tar.bz2 |
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_apis, printing, sql, ui, and webkit.
TBR=jochen@chromium.org,rogerta@chromium.org,shess@chromium.org,ben@chromium.org,jamesr@chromium.org
Review URL: https://codereview.chromium.org/529273002
Cr-Commit-Position: refs/heads/master@{#293479}
Diffstat (limited to 'printing/backend/print_backend_cups.cc')
-rw-r--r-- | printing/backend/print_backend_cups.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc index 0f2f0e7..ba8fe73 100644 --- a/printing/backend/print_backend_cups.cc +++ b/printing/backend/print_backend_cups.cc @@ -11,7 +11,7 @@ #include <pthread.h> #include "base/debug/leak_annotations.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/lazy_instance.h" #include "base/logging.h" #include "base/strings/string_number_conversions.h" |