Fix call to _ProfileDir.
commit0a537a904b0cb14cca715c0588700bc0b52fc53e
authornavabi <navabi@google.com>
Thu, 30 Oct 2014 22:10:11 +0000 (30 15:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 30 Oct 2014 22:10:23 +0000 (30 22:10 +0000)
treefe647f5fc6fe3a775f204ff9369f293ee3240749
parentac37de0941d06e178e90a9c965bb216850ecc3c5
Fix call to _ProfileDir.

I think this is a fix to this CL: https://codereview.chromium.org/656383002/
One of the internal bots has the following error:
  PullProfile at tools/telemetry/telemetry/core/platform/android_platform_backend.py:455
    self._ProfileDir(package), output_profile_path)
AttributeError: 'AndroidPlatformBackend' object has no attribute '_ProfileDir'
There does not seem to be a _ProfileDir, but there is a _GetProfileDir.

BUG=417542

Review URL: https://codereview.chromium.org/664583009

Cr-Commit-Position: refs/heads/master@{#302169}
tools/telemetry/telemetry/core/platform/android_platform_backend.py