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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 11618049: Cleanup: Remove unneeded browser_thread.h includes in contents. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 7 years, 12 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
Index: chrome/browser/automation/automation_provider_observers.h
===================================================================
--- chrome/browser/automation/automation_provider_observers.h (revision 174830)
+++ chrome/browser/automation/automation_provider_observers.h (working copy)
@@ -43,6 +43,7 @@
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/common/automation_constants.h"
#include "chrome/common/extensions/extension_constants.h"
+#include "content/public/browser/browser_thread.h"
#include "content/public/browser/download_item.h"
#include "content/public/browser/download_manager.h"
#include "content/public/browser/notification_observer.h"
@@ -1225,9 +1226,9 @@
// in the omnibox popup.
class OmniboxAcceptNotificationObserver : public content::NotificationObserver {
public:
- OmniboxAcceptNotificationObserver(content::NavigationController* controller,
- AutomationProvider* automation,
- IPC::Message* reply_message);
+ OmniboxAcceptNotificationObserver(content::NavigationController* controller,
+ AutomationProvider* automation,
+ IPC::Message* reply_message);
virtual ~OmniboxAcceptNotificationObserver();
// Overridden from content::NotificationObserver:
« no previous file with comments | « android_webview/browser/aw_browser_main_parts.h ('k') | chrome/browser/chromeos/drive/drive_download_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698