diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system_proxy.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_system_proxy.cc b/chrome/browser/chromeos/drive/file_system_proxy.cc index 83ae235..bb057c0 100644 --- a/chrome/browser/chromeos/drive/file_system_proxy.cc +++ b/chrome/browser/chromeos/drive/file_system_proxy.cc @@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/platform_file.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "base/threading/sequenced_worker_pool.h" #include "base/values.h" #include "chrome/browser/chromeos/drive/drive.pb.h" |