diff --git a/sky/shell/android/sky_main.cc b/sky/shell/android/sky_main.cc index e657f0922af80a9cf54d7cc7940199ca4659efd5..5f986c2c9171d1555873f0eb93dd0511840fbc88 100644 --- a/sky/shell/android/sky_main.cc +++ b/sky/shell/android/sky_main.cc @@ -47,10 +47,9 @@ void InitializeTracing() { base::FilePath path; bool result = ::PathService::Get(base::DIR_ANDROID_APP_DATA, &path); DCHECK(result); - base::FilePath picturesDirectory = path.AppendASCII("cache"); sky::shell::Shell::Shared() .tracing_controller() - .set_picture_tracing_base_path(picturesDirectory); + .set_picture_tracing_base_path(path); } } // namespace