diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/job_queue.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/job_queue.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/job_queue.cc b/chrome/browser/chromeos/drive/job_queue.cc index 14e47d6..40a9ed6 100644 --- a/chrome/browser/chromeos/drive/job_queue.cc +++ b/chrome/browser/chromeos/drive/job_queue.cc @@ -5,7 +5,7 @@ #include "chrome/browser/chromeos/drive/job_queue.h" #include "base/logging.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" namespace drive { |