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

Unified Diff: chrome/browser/bug_report_util.cc

Issue 2819063: Cleanup: Remove unneeded headers from app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: forward declare Created 10 years, 5 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 | « chrome/browser/browser_theme_pack_unittest.cc ('k') | chrome/browser/cookie_modal_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_util.cc
===================================================================
--- chrome/browser/bug_report_util.cc (revision 53997)
+++ chrome/browser/bug_report_util.cc (working copy)
@@ -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;
« no previous file with comments | « chrome/browser/browser_theme_pack_unittest.cc ('k') | chrome/browser/cookie_modal_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698