Index: chrome/browser/ui/webui/conflicts_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/conflicts_ui.h (revision 134496) |
+++ chrome/browser/ui/webui/conflicts_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. |
@@ -10,14 +10,16 @@ |
#if defined(OS_WIN) |
+namespace base { |
class RefCountedMemory; |
+} |
// The Web UI handler for about:conflicts. |
class ConflictsUI : public content::WebUIController { |
public: |
explicit ConflictsUI(content::WebUI* web_ui); |
- static RefCountedMemory* GetFaviconResourceBytes(); |
+ static base::RefCountedMemory* GetFaviconResourceBytes(); |
private: |
DISALLOW_COPY_AND_ASSIGN(ConflictsUI); |