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

Issue 10690149: gdata: Move GDataCache::CacheEntry out of GDataCache (Closed)

Created:
8 years, 5 months ago by satorux1
Modified:
8 years, 5 months ago
Reviewers:
hshi1
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

gdata: Move GDataCache::CacheEntry out of GDataCache Along the way, rename it to GDataCacheEntry to be consistent with other classes, and put it in a separate header file. FWIW, nested classes are usually avoided. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Nested_Classes BUG=136625 TEST=out/Release/unit_tests --gtest_filter=GData* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146236

Patch Set 1 #

Patch Set 2 : separate the test #

Patch Set 3 : removing the existing test #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+486 lines, -454 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache.h View 7 chunks +15 lines, -105 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache.cc View 27 chunks +38 lines, -32 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_cache_entry.h View 1 chunk +101 lines, -0 lines 2 comments Download
A chrome/browser/chromeos/gdata/gdata_cache_entry_unittest.cc View 1 1 chunk +96 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.h View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata_unittest.cc View 10 chunks +34 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_unittest.cc View 1 2 38 chunks +143 lines, -228 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 14 chunks +31 lines, -30 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
It's getting much saner...
8 years, 5 months ago (2012-07-11 23:02:40 UTC) #1
hshi1
http://codereview.chromium.org/10690149/diff/7001/chrome/browser/chromeos/gdata/gdata_cache_entry.h File chrome/browser/chromeos/gdata/gdata_cache_entry.h (right): http://codereview.chromium.org/10690149/diff/7001/chrome/browser/chromeos/gdata/gdata_cache_entry.h#newcode20 chrome/browser/chromeos/gdata/gdata_cache_entry.h:20: }; Nit: This enum GDataCacheState is directly defined under ...
8 years, 5 months ago (2012-07-11 23:17:36 UTC) #2
satorux1
http://codereview.chromium.org/10690149/diff/7001/chrome/browser/chromeos/gdata/gdata_cache_entry.h File chrome/browser/chromeos/gdata/gdata_cache_entry.h (right): http://codereview.chromium.org/10690149/diff/7001/chrome/browser/chromeos/gdata/gdata_cache_entry.h#newcode20 chrome/browser/chromeos/gdata/gdata_cache_entry.h:20: }; On 2012/07/11 23:17:36, hshi1 wrote: > Nit: This ...
8 years, 5 months ago (2012-07-11 23:28:18 UTC) #3
hshi1
8 years, 5 months ago (2012-07-11 23:33:09 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698