diff options
Diffstat (limited to 'chrome/renderer/extensions/chrome_app_bindings.h')
-rw-r--r-- | chrome/renderer/extensions/chrome_app_bindings.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/renderer/extensions/chrome_app_bindings.h b/chrome/renderer/extensions/chrome_app_bindings.h index e58ebd8..8e7da1b 100644 --- a/chrome/renderer/extensions/chrome_app_bindings.h +++ b/chrome/renderer/extensions/chrome_app_bindings.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -12,7 +12,7 @@ #define CHROME_RENDERER_EXTENSIONS_CHROME_APP_BINDINGS_H_ #pragma once -class ExtensionRendererContext; +class ExtensionDispatcher; namespace v8 { class Extension; @@ -22,8 +22,7 @@ namespace extensions_v8 { class ChromeAppExtension { public: - static v8::Extension* Get( - ExtensionRendererContext* extension_renderer_context); + static v8::Extension* Get(ExtensionDispatcher* extension_dispatcher); }; } // namespace extensions_v8 |