Commit e38bed77 authored by achuith@chromium.org's avatar achuith@chromium.org

Fix indentation.

BUG=NONE
TEST=NONE.
Review URL: https://chromiumcodereview.appspot.com/10832312

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151614 0039d316-1c4b-4281-b951-d872f2087c98
parent 0dd8d401
...@@ -2775,7 +2775,7 @@ void GDataFileSystem::NotifyAndRunFileMoveCallback( ...@@ -2775,7 +2775,7 @@ void GDataFileSystem::NotifyAndRunFileMoveCallback(
OnDirectoryChanged(moved_file_path.DirName()); OnDirectoryChanged(moved_file_path.DirName());
if (!callback.is_null()) if (!callback.is_null())
callback.Run(error, moved_file_path); callback.Run(error, moved_file_path);
} }
void GDataFileSystem::NotifyAndRunFileOperationCallback( void GDataFileSystem::NotifyAndRunFileOperationCallback(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment