| Index: chrome/browser/bug_report_data.cc
|
| diff --git a/chrome/browser/bug_report_data.cc b/chrome/browser/bug_report_data.cc
|
| index 6674570657559b55dd44166f2e0d730f23ac08af..45eb45d11ee9ec844b2634c2dd53c6a2e95fee01 100644
|
| --- a/chrome/browser/bug_report_data.cc
|
| +++ b/chrome/browser/bug_report_data.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -50,7 +50,7 @@ void BugReportData::UpdateData(Profile* profile,
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Called from the same thread as HandleGetDialogDefaults, i.e. the UI thread.
|
| -void BugReportData::SyslogsComplete(chromeos::LogDictionaryType* logs,
|
| +void BugReportData::SyslogsComplete(chromeos::system::LogDictionaryType* logs,
|
| std::string* zip_content) {
|
| if (sent_report_) {
|
| // We already sent the report, just delete the data.
|
|
|