diff options
Diffstat (limited to 'chrome/browser/platform_util_android.cc')
-rw-r--r-- | chrome/browser/platform_util_android.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc index b938f5d..e29bea8 100644 --- a/chrome/browser/platform_util_android.cc +++ b/chrome/browser/platform_util_android.cc @@ -10,11 +10,11 @@ namespace platform_util { // TODO: crbug/115682 to track implementation of the following methods. -void ShowItemInFolder(const FilePath& full_path) { +void ShowItemInFolder(const base::FilePath& full_path) { NOTIMPLEMENTED(); } -void OpenItem(const FilePath& full_path) { +void OpenItem(const base::FilePath& full_path) { NOTIMPLEMENTED(); } |