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

Unified Diff: android_webview/browser/aw_browser_main_parts.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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_main_parts.h
===================================================================
--- android_webview/browser/aw_browser_main_parts.h (revision 174830)
+++ android_webview/browser/aw_browser_main_parts.h (working copy)
@@ -5,8 +5,12 @@
#ifndef ANDROID_WEBVIEW_BROWSER_AW_BROWSER_MAIN_PARTS_H_
#define ANDROID_WEBVIEW_BROWSER_AW_BROWSER_MAIN_PARTS_H_
+#include "base/compiler_specific.h"
+#include "base/memory/scoped_ptr.h"
#include "content/public/browser/browser_main_parts.h"
+class MessageLoop;
+
namespace android_webview {
// TODO(joth): Remove this method when when http://crbug.com/161864 is closed.
@@ -16,7 +20,7 @@
class AwBrowserMainParts : public content::BrowserMainParts {
public:
- AwBrowserMainParts(AwBrowserContext* browser_context);
+ explicit AwBrowserMainParts(AwBrowserContext* browser_context);
virtual ~AwBrowserMainParts();
// Overriding methods from content::BrowserMainParts.
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698