| Index: chrome/browser/resource_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/resource_message_filter.h (revision 5371)
|
| +++ chrome/browser/resource_message_filter.h (working copy)
|
| @@ -136,8 +136,8 @@
|
| void OnGetPreferredExtensionForMimeType(const std::string& mime_type,
|
| std::wstring* ext);
|
| void OnGetCPBrowsingContext(uint32* context);
|
| - void OnDuplicateSection(SharedMemoryHandle renderer_handle,
|
| - SharedMemoryHandle* browser_handle);
|
| + void OnDuplicateSection(base::SharedMemoryHandle renderer_handle,
|
| + base::SharedMemoryHandle* browser_handle);
|
| void OnResourceTypeStats(const CacheManager::ResourceTypeStats& stats);
|
|
|
| // A javascript code requested to print the current page. This is done in two
|
|
|