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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.cc

Issue 10704124: Fix style nits in gdata directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gdata/gdata_file_system.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc
index e6be6407ce297ae040bb9644fbeaa1f34862089d..e8e111c08ff3dc5ed77a8176a8d3d4367aa2bda0 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc
@@ -2433,7 +2433,7 @@ void GDataFileSystem::OnGetAvailableSpace(
scoped_ptr<AccountMetadataFeed> feed;
if (data.get())
- feed = AccountMetadataFeed::CreateFrom(*data);
+ feed = AccountMetadataFeed::CreateFrom(*data);
if (!feed.get()) {
callback.Run(base::PLATFORM_FILE_ERROR_FAILED, -1, -1);
return;
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_documents_service.cc ('k') | chrome/browser/chromeos/gdata/gdata_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698