Switch SimpleEntryImpl to use GetDataSize() rather than read data_size_ directly.
commit7d0693036197d9bc279a9f11ce732b4dd0c308e3
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 15 May 2013 16:48:11 +0000 (15 16:48 +0000)
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 15 May 2013 16:48:11 +0000 (15 16:48 +0000)
tree47b7cce209fc5f300a89ef7f1d2cc5886f78150e
parentb4ede66062e904901b380b0ee672d53c49e47484
Switch SimpleEntryImpl to use GetDataSize() rather than read data_size_ directly.

A few functions were mixing these two (equivelent) methods of reading
the data size of an entry. To reduce confusion, just switch everything
to use the method.

R=pasko@chromium.org,felipeg
BUG=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200299 0039d316-1c4b-4281-b951-d872f2087c98
net/disk_cache/simple/simple_entry_impl.cc