Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: ui/base/resource/data_pack.h

Issue 10165020: Move RefCountedStaticMemory to base namespace (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/web_ui_util.cc ('k') | ui/base/resource/data_pack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/data_pack.h
===================================================================
--- ui/base/resource/data_pack.h (revision 133676)
+++ ui/base/resource/data_pack.h (working copy)
@@ -19,7 +19,10 @@
#include "ui/base/resource/resource_handle.h"
class FilePath;
+
+namespace base {
class RefCountedStaticMemory;
+}
namespace file_util {
class MemoryMappedFile;
@@ -46,7 +49,7 @@
// ResourceHandle implementation:
virtual bool GetStringPiece(uint16 resource_id,
base::StringPiece* data) const OVERRIDE;
- virtual RefCountedStaticMemory* GetStaticMemory(
+ virtual base::RefCountedStaticMemory* GetStaticMemory(
uint16 resource_id) const OVERRIDE;
virtual TextEncodingType GetTextEncodingType() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/web_ui_util.cc ('k') | ui/base/resource/data_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698