| Index: chrome/browser/extensions/extension_webkit_preferences.h
|
| diff --git a/chrome/browser/extensions/extension_webkit_preferences.h b/chrome/browser/extensions/extension_webkit_preferences.h
|
| index 824104d09839f23767559f1cf78c9a03f2b1004c..f5c1fb411d3ce5f83b3e6033d80efadc52999a02 100644
|
| --- a/chrome/browser/extensions/extension_webkit_preferences.h
|
| +++ b/chrome/browser/extensions/extension_webkit_preferences.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,13 +8,16 @@
|
| #include "chrome/common/chrome_view_type.h"
|
|
|
| class Extension;
|
| +
|
| +namespace webkit_glue {
|
| struct WebPreferences;
|
| +}
|
|
|
| namespace extension_webkit_preferences {
|
|
|
| void SetPreferences(const Extension* extension,
|
| content::ViewType render_view_type,
|
| - WebPreferences* webkit_prefs);
|
| + webkit_glue::WebPreferences* webkit_prefs);
|
|
|
| } // namespace extension_webkit_preferences
|
|
|
|
|