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

Unified Diff: chrome/browser/dom_ui/options/personal_options_handler.cc

Issue 5512009: Remove unneeded browser_process.h includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux build Created 10 years 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
Index: chrome/browser/dom_ui/options/personal_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/options/personal_options_handler.cc (revision 68246)
+++ chrome/browser/dom_ui/options/personal_options_handler.cc (working copy)
@@ -4,6 +4,8 @@
#include "chrome/browser/dom_ui/options/personal_options_handler.h"
+#include <string>
+
#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/callback.h"
@@ -13,7 +15,6 @@
#include "base/values.h"
#include "build/build_config.h"
#include "chrome/browser/browser_list.h"
-#include "chrome/browser/browser_process.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/login/user_manager.h"
#endif
James Hawkins 2010/12/05 17:58:47 #endif // defined(OS_CHROMEOS)
Lei Zhang 2010/12/05 20:14:49 Done.

Powered by Google App Engine
This is Rietveld 408576698