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

Issue 7612015: sync: Make BaseNode::GetTitle() return std::string. (Closed)

Created:
9 years, 4 months ago by tfarina
Modified:
9 years, 4 months ago
Reviewers:
akalin
CC:
chromium-reviews, Raghu Simha, ncarter (slow), tim (not reviewing), idana
Visibility:
Public.

Description

sync: Make BaseNode::GetTitle() return std::string. Note: This was a TODO for akalin. BUG=None TEST=None R=akalin@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96382

Patch Set 1 #

Total comments: 2

Patch Set 2 : CHECK(out) #

Patch Set 3 : unittests fixes #

Patch Set 4 : fix a typo #

Patch Set 5 : fix profile sync unittest #

Patch Set 6 : fix syncapi_unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -31 lines) Patch
M chrome/browser/sync/engine/syncapi.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 1 4 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/sync/engine/syncapi_unittest.cc View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 2 3 4 5 chunks +6 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
akalin
LGTM http://codereview.chromium.org/7612015/diff/1/chrome/browser/sync/engine/syncapi.cc File chrome/browser/sync/engine/syncapi.cc (right): http://codereview.chromium.org/7612015/diff/1/chrome/browser/sync/engine/syncapi.cc#newcode189 chrome/browser/sync/engine/syncapi.cc:189: if (out) better to CHECK(out)
9 years, 4 months ago (2011-08-11 00:23:01 UTC) #1
tfarina
9 years, 4 months ago (2011-08-11 00:25:41 UTC) #2
http://codereview.chromium.org/7612015/diff/1/chrome/browser/sync/engine/sync...
File chrome/browser/sync/engine/syncapi.cc (right):

http://codereview.chromium.org/7612015/diff/1/chrome/browser/sync/engine/sync...
chrome/browser/sync/engine/syncapi.cc:189: if (out)
On 2011/08/11 00:23:02, akalin wrote:
> better to CHECK(out)

Done.

Powered by Google App Engine
This is Rietveld 408576698