diff options
Diffstat (limited to 'chrome/browser/ui/webui/downloads_ui.h')
-rw-r--r-- | chrome/browser/ui/webui/downloads_ui.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/downloads_ui.h b/chrome/browser/ui/webui/downloads_ui.h index 9e10f02..21d8dfe 100644 --- a/chrome/browser/ui/webui/downloads_ui.h +++ b/chrome/browser/ui/webui/downloads_ui.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,15 @@ #include "content/public/browser/web_ui_controller.h" +namespace base { class RefCountedMemory; +} class DownloadsUI : public content::WebUIController { public: explicit DownloadsUI(content::WebUI* web_ui); - static RefCountedMemory* GetFaviconResourceBytes(); + static base::RefCountedMemory* GetFaviconResourceBytes(); private: DISALLOW_COPY_AND_ASSIGN(DownloadsUI); |