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

Unified Diff: chrome/browser/ui/views/options/options_page_view.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/ui/views/options/options_page_view.cc
===================================================================
--- chrome/browser/ui/views/options/options_page_view.cc (revision 68246)
+++ chrome/browser/ui/views/options/options_page_view.cc (working copy)
@@ -4,7 +4,6 @@
#include "chrome/browser/views/options/options_page_view.h"
-#include "chrome/browser/browser_process.h"
#include "chrome/browser/metrics/user_metrics.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/notification_service.h"
@@ -39,4 +38,3 @@
AccessibilityTypes::Role OptionsPageView::GetAccessibleRole() {
return AccessibilityTypes::ROLE_PAGETAB;
}
-

Powered by Google App Engine
This is Rietveld 408576698