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

Issue 10827343: Split out gdata_directory_service* (Closed)

Created:
8 years, 4 months ago by achuithb
Modified:
8 years, 4 months ago
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Split out gdata_directory_service* * Move GDataDirectoryService declaration, definition and related classes, structs, constants, etc to gdata_directory_service.h, .cc. * Split unit test into gdata_directory_service_unittest.cc * For now, gdata_directory_service.h includes gdata_files.h. Change all includes of gdata_files.h to include gdata_directory_service.h instead. Very soon, gdata_files.h will be removed from gdata_directory_service.h, and only included as needed. We will eventually deprecate gdata_files.h/.cc entirely and use GDataEntryProto and friends. * Some #includes are redundant. These will be sorted out in a future patch. BUG=140317 TEST=compiles. TBR=ben@chromium.org (for gypi changes) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151747

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1708 lines, -1630 lines) Patch
A chrome/browser/chromeos/gdata/gdata_directory_service.h View 1 chunk +300 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_directory_service.cc View 1 chunk +767 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_directory_service_unittest.cc View 1 chunk +629 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 2 3 chunks +0 lines, -271 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 1 2 5 chunks +1 line, -739 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files_unittest.cc View 1 2 2 chunks +1 line, -612 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_uploader.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
achuithb
Please review, Satoru-san. I'd like to land this sooner rather than later due to the ...
8 years, 4 months ago (2012-08-15 19:44:01 UTC) #1
satorux1
just code moves, no semantic changes, right?
8 years, 4 months ago (2012-08-15 20:29:28 UTC) #2
achuithb
On 2012/08/15 20:29:28, satorux1 wrote: > just code moves, no semantic changes, right? Actually I ...
8 years, 4 months ago (2012-08-15 20:31:39 UTC) #3
satorux1
Thank you for doing this! LGTM http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h File chrome/browser/chromeos/gdata/gdata_directory_service.h (right): http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h#newcode102 chrome/browser/chromeos/gdata/gdata_directory_service.h:102: class GDataDirectoryService { ...
8 years, 4 months ago (2012-08-15 20:34:11 UTC) #4
achuithb
http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h File chrome/browser/chromeos/gdata/gdata_directory_service.h (right): http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h#newcode102 chrome/browser/chromeos/gdata/gdata_directory_service.h:102: class GDataDirectoryService { On 2012/08/15 20:34:11, satorux1 wrote: > ...
8 years, 4 months ago (2012-08-15 20:38:24 UTC) #5
satorux1
please submit this asap :) http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h File chrome/browser/chromeos/gdata/gdata_directory_service.h (right): http://codereview.chromium.org/10827343/diff/17/chrome/browser/chromeos/gdata/gdata_directory_service.h#newcode102 chrome/browser/chromeos/gdata/gdata_directory_service.h:102: class GDataDirectoryService { On ...
8 years, 4 months ago (2012-08-15 20:40:48 UTC) #6
achuithb
On 2012/08/15 20:40:48, satorux1 wrote: > please submit this asap :) Had to rebase after ...
8 years, 4 months ago (2012-08-15 20:50:52 UTC) #7
achuithb
Ben: minor gypi change, have TBR'd you. Please take a look when you have a ...
8 years, 4 months ago (2012-08-15 21:12:09 UTC) #8
Ben Goodger (Google)
8 years, 4 months ago (2012-08-16 17:55:59 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698