| Index: chrome/browser/chromeos/process_proxy/process_proxy.cc
|
| diff --git a/chrome/browser/chromeos/process_proxy/process_proxy.cc b/chrome/browser/chromeos/process_proxy/process_proxy.cc
|
| index 288c3f616c335b5532375157ede80ef71fc209d8..9696519ee339ab492f59732a4c868bbf37d7889f 100644
|
| --- a/chrome/browser/chromeos/process_proxy/process_proxy.cc
|
| +++ b/chrome/browser/chromeos/process_proxy/process_proxy.cc
|
| @@ -96,7 +96,7 @@ bool ProcessProxy::StartWatchingOnThread(base::Thread* watch_thread,
|
| }
|
|
|
| void ProcessProxy::OnProcessOutput(ProcessOutputType type,
|
| - const std::string& output) {
|
| + const std::string& output) {
|
| // We have to check if callback is set on FILE thread..
|
| if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE)) {
|
| content::BrowserThread::PostTask(content::BrowserThread::FILE, FROM_HERE,
|
|
|