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

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 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_download_observer.cc » ('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 174212)
+++ android_webview/browser/aw_browser_main_parts.h (working copy)
@@ -5,6 +5,9 @@
#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 "base/message_loop.h"
jam 2012/12/21 02:21:46 nit: can forward declare too
#include "content/public/browser/browser_main_parts.h"
namespace android_webview {
@@ -16,7 +19,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/chromeos/drive/drive_download_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698