fbdce6a59e
Three types of fixes: 1. Remove redundant const_cast 2. Remove const_cast by adding const when appropiate. 3. Remove const_cast by removing const (e.g. places where we call free with it) For now I only fixed places where the fix is local enough - i.e. does not require changed a large amount of code. BUG= R=rmacnak@google.com Review URL: https://codereview.chromium.org/1526123002 .