[M41_2272] Explicitly specify namespace for base::CommandLine
authorAntonio Gomes <a1.gomes@samsung.com>
Thu, 9 Apr 2015 07:33:46 +0000 (16:33 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit6d315a1321873a3ba48597d8c783981eb77c7520
tree8250d9746d3b6f31e573570ae55886051564aae7
parentd354aae3aa09bbbb4edefeb5e8834b636d29ae79
[M41_2272] Explicitly specify namespace for base::CommandLine

Based on the original work of SeungSeop Park <sns.park@samsung.com>.
Original commit message:

This patch is necessary because 'using base::CommandLine' declaration
has been removed from base/command_line.h in chromium m41_2272.
Note that this patch can be landed before switching to the new branch.
12 files changed:
tizen_src/chromium_impl/content/shell/browser/shell_efl.cc
tizen_src/ewk/efl_integration/browser_main_parts_efl.cc
tizen_src/ewk/efl_integration/command_line_efl.cc
tizen_src/ewk/efl_integration/command_line_efl.h
tizen_src/ewk/efl_integration/common/version_info.cc
tizen_src/ewk/efl_integration/content_browser_client_efl.cc
tizen_src/ewk/efl_integration/content_main_delegate_efl.cc
tizen_src/ewk/efl_integration/devtools_delegate_efl.cc
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/ewk_global_data.cc
tizen_src/ewk/efl_integration/renderer/render_process_observer_efl.cc
tizen_src/ewk/efl_integration/url_request_context_getter_efl.cc