commit | 5c073323e30996ee25724abdb3cbd0e68d0e566a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 08:03:30 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 08:03:30 2013 |
tree | 6e6e0ad39ec1277ea9dd55480855ddaa36ef7ca7 | |
parent | b6e4348629872b522e4045a498014ce4c81fa0d3 [diff] [blame] |
Use a direct include of strings headers in chrome/browser/chromeos/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/15798019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205469 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chromeos/drive/file_cache.cc b/chrome/browser/chromeos/drive/file_cache.cc index c04d0da..8df9a37 100644 --- a/chrome/browser/chromeos/drive/file_cache.cc +++ b/chrome/browser/chromeos/drive/file_cache.cc
@@ -9,8 +9,8 @@ #include "base/file_util.h" #include "base/files/file_enumerator.h" #include "base/logging.h" -#include "base/string_util.h" -#include "base/stringprintf.h" +#include "base/strings/string_util.h" +#include "base/strings/stringprintf.h" #include "base/sys_info.h" #include "base/task_runner_util.h" #include "chrome/browser/chromeos/drive/drive.pb.h"