Commit 8661c467 authored by droger@google.com's avatar droger@google.com

Removed useless header include.

BUG=NONE
TEST=NONE


Review URL: http://codereview.chromium.org/8413030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107742 0039d316-1c4b-4281-b951-d872f2087c98
parent 0203f1a3
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/prerender/prerender_final_status.h" #include "chrome/browser/prerender/prerender_final_status.h"
#include "content/browser/tab_contents/tab_contents_observer.h" #include "content/browser/tab_contents/tab_contents_observer.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"
#include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_registrar.h"
class Profile; class Profile;
class RenderViewHost; class RenderViewHost;
class RenderViewHostDelegate;
class TabContents; class TabContents;
class TabContentsWrapper; class TabContentsWrapper;
struct FaviconURL; struct FaviconURL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment