| Index: chrome/browser/extensions/extension_host_mac.h
|
| diff --git a/chrome/browser/extensions/extension_host_mac.h b/chrome/browser/extensions/extension_host_mac.h
|
| index e755be2c294233094835098f33b2ba5d4ed3219b..926e07f6d3e40c0dc76e914956ef371843da5dd4 100644
|
| --- a/chrome/browser/extensions/extension_host_mac.h
|
| +++ b/chrome/browser/extensions/extension_host_mac.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.
|
|
|
| @@ -8,8 +8,6 @@
|
|
|
| #include "chrome/browser/extensions/extension_host.h"
|
|
|
| -class RenderWidgetHostView;
|
| -
|
| // TODO(mpcomplete): I don't know what this does or if it is needed anymore,
|
| // now that ExtensionHost is restructured to rely on TabContents.
|
| class ExtensionHostMac : public ExtensionHost {
|
|
|