| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 0a084469fb35616661552bb93cd9298a0883f375..845cded7acfad44141973e042bc97ee9cc640373 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -72,7 +72,7 @@ class ChromeContentClient : public content::ContentClient {
|
| base::StringPiece GetDataResource(
|
| int resource_id,
|
| ui::ScaleFactor scale_factor) const override;
|
| - base::RefCountedStaticMemory* GetDataResourceBytes(
|
| + base::RefCountedMemory* GetDataResourceBytes(
|
| int resource_id) const override;
|
| gfx::Image& GetNativeImageNamed(int resource_id) const override;
|
| std::string GetProcessTypeNameInEnglish(int type) override;
|
|
|