diff options
Diffstat (limited to 'chrome/browser/ui/ash/screenshot_taker.cc')
-rw-r--r-- | chrome/browser/ui/ash/screenshot_taker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/ash/screenshot_taker.cc b/chrome/browser/ui/ash/screenshot_taker.cc index 8d38b4b..52182d6 100644 --- a/chrome/browser/ui/ash/screenshot_taker.cc +++ b/chrome/browser/ui/ash/screenshot_taker.cc @@ -11,8 +11,8 @@ #include "ash/shell_delegate.h" #include "ash/shell_window_ids.h" #include "base/bind.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/memory/ref_counted_memory.h" #include "base/stringprintf.h" |