diff options
Diffstat (limited to 'chrome/browser/chromeos/system/input_device_settings.cc')
-rw-r--r-- | chrome/browser/chromeos/system/input_device_settings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/system/input_device_settings.cc b/chrome/browser/chromeos/system/input_device_settings.cc index 14f8378..261dca1 100644 --- a/chrome/browser/chromeos/system/input_device_settings.cc +++ b/chrome/browser/chromeos/system/input_device_settings.cc @@ -15,7 +15,7 @@ #include "base/files/file_path.h" #include "base/message_loop.h" #include "base/process_util.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "base/threading/sequenced_worker_pool.h" #include "content/public/browser/browser_thread.h" |