diff options
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r-- | chrome/browser/bug_report_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc index 3f51fe7..0694593 100644 --- a/chrome/browser/bug_report_util.cc +++ b/chrome/browser/bug_report_util.cc @@ -4,8 +4,10 @@ #include "chrome/browser/bug_report_util.h" -#include "app/l10n_util.h" +#include <string> + #include "base/file_version_info.h" +#include "base/string_util.h" #include "base/utf_string_conversions.h" #include "chrome/browser/browser_process_impl.h" #include "chrome/browser/profile.h" @@ -18,8 +20,6 @@ #include "net/url_request/url_request_status.h" #include "unicode/locid.h" -#include <string> - namespace { const int kBugReportVersion = 1; |