summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/screenshot_taker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/screenshot_taker.cc')
-rw-r--r--chrome/browser/ui/ash/screenshot_taker.cc2
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 f4b254f..99dcfa5 100644
--- a/chrome/browser/ui/ash/screenshot_taker.cc
+++ b/chrome/browser/ui/ash/screenshot_taker.cc
@@ -365,7 +365,7 @@ bool GetScreenshotDirectory(base::FilePath* directory) {
ash::Shell::GetInstance()->delegate()->GetCurrentBrowserContext());
*directory = download_prefs->DownloadPath();
} else {
- if (!file_util::GetTempDir(directory)) {
+ if (!base::GetTempDir(directory)) {
LOG(ERROR) << "Failed to find temporary directory.";
return false;
}