Index: chrome/browser/ui/webui/plugins_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/plugins_ui.h (revision 134496) |
+++ chrome/browser/ui/webui/plugins_ui.h (working copy) |
@@ -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. |
@@ -9,13 +9,16 @@ |
#include "content/public/browser/web_ui_controller.h" |
class PrefService; |
+ |
+namespace base { |
class RefCountedMemory; |
+} |
class PluginsUI : public content::WebUIController { |
public: |
explicit PluginsUI(content::WebUI* web_ui); |
- static RefCountedMemory* GetFaviconResourceBytes(); |
+ static base::RefCountedMemory* GetFaviconResourceBytes(); |
static void RegisterUserPrefs(PrefService* prefs); |
private: |