Commit 8d993b39 authored by eroman@chromium.org's avatar eroman@chromium.org

Remove non-const references from MemEntryImpl.

Review URL: https://chromiumcodereview.appspot.com/23530064

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223510 0039d316-1c4b-4281-b951-d872f2087c98
parent 87754139
......@@ -82,11 +82,7 @@ class MemEntryImpl : public Entry {
return parent_ ? kChildEntry : kParentEntry;
}
std::string& key() {
return key_;
}
net::BoundNetLog& net_log() {
const net::BoundNetLog& net_log() {
return net_log_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment