Remove incorrect uses of base::debug::Alias

Calling base::debug::Alias tricks the compiler into retaining the local
variable whose address is passed. However if that local variable is a
pointer it does not retain the value pointed to. This change removes an
incorrect use of base::debug::Alias to avoid confused expectations.

Bug: 756589
Change-Id: I9b92ea8aac18fbfaff58d6782c335d1faf703188
Reviewed-on: https://chromium-review.googlesource.com/792007
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Brian White <bcwhite@chromium.org>
Reviewed-by: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519984}

CrOS-Libchrome-Original-Commit: d34c7e5025d4b4521f428ba30690d07b9df82a28
1 file changed
tree: a282fd505802f81c1e7c2db7925cf86b74c09e80
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/