Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Issue 111373008: Update some uses of char16 to use the base:: namespace. (Closed)

Created:
6 years, 12 months ago by Avi (use Gerrit)
Modified:
6 years, 12 months ago
CC:
chromium-reviews, weitaosu+watch_chromium.org, amit, dcheng, yukishiino+watch_chromium.org, stevenjb+watch_chromium.org, yusukes+watch_chromium.org, dcaiafa+watch_chromium.org, cbentzel+watch_chromium.org, nona+watch_chromium.org, wez+watch_chromium.org, sanjeevr, penghuang+watch_chromium.org, rmsousa+watch_chromium.org, oshima+watch_chromium.org, sergeyu+watch_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, tfarina, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, jshin+watch_chromium.org, alexeypa+watch_chromium.org, James Su, mmenke
Visibility:
Public.

Description

Update some uses of char16 to use the base:: namespace. BUG=329295 TEST=no change TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242507

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -137 lines) Patch
M net/dns/dns_config_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_filter_win.h View 1 chunk +5 lines, -5 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/pdf_resource.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M ppapi/shared_impl/ppb_gamepad_shared.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/verify_config_window_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/launch_process_with_token.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/launch_process_with_token.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/win/security_descriptor.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/handle_closer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/handle_closer.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M sandbox/win/src/handle_closer_agent.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sandbox/win/src/handle_table.h View 1 chunk +16 lines, -16 lines 0 comments Download
M sandbox/win/src/handle_table.cc View 1 chunk +16 lines, -16 lines 0 comments Download
M sandbox/win/src/sandbox_policy_base.h View 1 chunk +3 lines, -2 lines 0 comments Download
M sandbox/win/src/sandbox_policy_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gdb/gdb_chrome.py View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/ime/chromeos/character_composer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/dummy_text_input_client.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/dummy_text_input_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/input_method_ibus_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/ime/input_method_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/ime/remote_input_method_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/remote_input_method_win_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/ime/win/imm32_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/ime/win/tsf_text_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/l10n/l10n_util_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/l10n/l10n_util_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/render_text_unittest.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M ui/gfx/render_text_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/text_elider_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/gfx/text_utils_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/utf16_indexing_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/menu/menu_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M ui/views/controls/menu/menu_item_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_item_view.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/message_box_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/prefix_selector.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/prefix_selector.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/native_textfield_views.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/textfield/native_textfield_views.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/textfield/native_textfield_views_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/textfield/textfield_views_model.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/ime/input_method_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/ime/input_method_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/ime/mock_input_method.cc View 1 chunk +1 line, -1 line 0 comments Download
M url/url_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/111373008/1
6 years, 12 months ago (2013-12-25 20:35:32 UTC) #1
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=42736
6 years, 12 months ago (2013-12-25 20:54:30 UTC) #2
Avi (use Gerrit)
6 years, 12 months ago (2013-12-25 21:57:31 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r242507.

Powered by Google App Engine
This is Rietveld 408576698