Fix compilation of "all" when building for iOS
commit355ef6861a0af7fdf163615abe04bd00cd640f1e
authorsdefresne <sdefresne@chromium.org>
Tue, 24 Feb 2015 19:12:49 +0000 (24 11:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 24 Feb 2015 19:13:19 +0000 (24 19:13 +0000)
tree898d589e5d9ad70ed0ad6e4a7411cb8aef44c5aa
parent4f75bd95b0a37af7fdc6558ff54e11feffdedbe0
Fix compilation of "all" when building for iOS

When building "all" for iOS, chrome/common/chrome_paths.cc is build and
OS_MACOSX is defined, however the method GetLocalDirectory() is not
defined, so protect usage behind !defined(OS_IOS).

BUG=None

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

Cr-Commit-Position: refs/heads/master@{#317848}
chrome/common/chrome_paths.cc