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

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

Issue 10832312: Fix indentation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.cc
===================================================================
--- chrome/browser/chromeos/gdata/gdata_file_system.cc (revision 151605)
+++ chrome/browser/chromeos/gdata/gdata_file_system.cc (working copy)
@@ -2775,7 +2775,7 @@
OnDirectoryChanged(moved_file_path.DirName());
if (!callback.is_null())
- callback.Run(error, moved_file_path);
+ callback.Run(error, moved_file_path);
}
void GDataFileSystem::NotifyAndRunFileOperationCallback(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698