Importer - Change const char* foo to const char foo[]
commit511ee4b6d511d85ec82fa46c4ffcd6d119abdbd7
authorn.bansal <n.bansal@samsung.com>
Mon, 29 Sep 2014 22:07:15 +0000 (29 15:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Sep 2014 22:09:13 +0000 (29 22:09 +0000)
tree177d7cf05f21f02c05fa7a9b92c4886ba6cd6f4a
parenta5cdf5ead358ca6ae98deadafc99ddaa06465e23
Importer - Change const char* foo to const char foo[]

Cleanup patch to address below mentioned issue -

[*] Change const char* foo to const char foo[]

BUG=416468

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

Cr-Commit-Position: refs/heads/master@{#297282}
chrome/utility/importer/firefox_importer.cc