Index: chrome/browser/ui/webui/favicon_source.cc |
=================================================================== |
--- chrome/browser/ui/webui/favicon_source.cc (revision 134496) |
+++ chrome/browser/ui/webui/favicon_source.cc (working copy) |
@@ -132,7 +132,7 @@ |
} |
void FaviconSource::SendDefaultResponse(int request_id) { |
- RefCountedMemory* bytes = NULL; |
+ base::RefCountedMemory* bytes = NULL; |
if (request_size_map_[request_id] == 32) { |
if (!default_favicon_large_.get()) { |
default_favicon_large_ = |