diff options
Diffstat (limited to 'content/browser/debugger/render_view_devtools_agent_host.h')
-rw-r--r-- | content/browser/debugger/render_view_devtools_agent_host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/debugger/render_view_devtools_agent_host.h b/content/browser/debugger/render_view_devtools_agent_host.h index b05e7df..912f787 100644 --- a/content/browser/debugger/render_view_devtools_agent_host.h +++ b/content/browser/debugger/render_view_devtools_agent_host.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,8 +13,6 @@ #include "content/common/content_export.h" #include "content/public/browser/render_view_host_observer.h" -class TabContents; - namespace content { class RenderViewHost; |