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

Issue 10831363: Remove unnecessary gdata::, fix typos. (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
hashimoto
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

Remove unnecessary gdata::, fix typos. BUG=none TEST=compile succeeds. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152069

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix for comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -24 lines) Patch
M chrome/browser/chromeos/gdata/drive_task_executor.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 1 5 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kochi
Hi Ryo, Could you review this? Thanks,
8 years, 4 months ago (2012-08-17 08:02:30 UTC) #1
hashimoto
lgtm with a nit https://chromiumcodereview.appspot.com/10831363/diff/1/chrome/browser/chromeos/gdata/gdata_download_observer.cc File chrome/browser/chromeos/gdata/gdata_download_observer.cc (right): https://chromiumcodereview.appspot.com/10831363/diff/1/chrome/browser/chromeos/gdata/gdata_download_observer.cc#newcode112 chrome/browser/chromeos/gdata/gdata_download_observer.cc:112: BrowserThread::GetBlockingPool()->PostTaskAndReply(FROM_HERE, nit: base::Bind should have ...
8 years, 4 months ago (2012-08-17 08:07:02 UTC) #2
kochi
8 years, 4 months ago (2012-08-17 08:37:11 UTC) #3
Thanks for the review!

The indent is fixed.  submitting..

https://chromiumcodereview.appspot.com/10831363/diff/1/chrome/browser/chromeo...
File chrome/browser/chromeos/gdata/gdata_download_observer.cc (right):

https://chromiumcodereview.appspot.com/10831363/diff/1/chrome/browser/chromeo...
chrome/browser/chromeos/gdata/gdata_download_observer.cc:112:
BrowserThread::GetBlockingPool()->PostTaskAndReply(FROM_HERE,
On 2012/08/17 08:07:02, hashimoto wrote:
> nit: base::Bind should have the same indent as FROM_HERE or there should be a
> newline before FROM_HERE.

Done.

Powered by Google App Engine
This is Rietveld 408576698