| Index: content/browser/webui/web_ui_data_source_unittest.cc
|
| diff --git a/content/browser/webui/web_ui_data_source_unittest.cc b/content/browser/webui/web_ui_data_source_unittest.cc
|
| index 2fc48e6757280dc954fd7b25901538485e088dd6..543c70d2de0623adb487ac279faec3170bafc241 100644
|
| --- a/content/browser/webui/web_ui_data_source_unittest.cc
|
| +++ b/content/browser/webui/web_ui_data_source_unittest.cc
|
| @@ -33,7 +33,7 @@ class TestClient : public TestContentClient {
|
| return base::string16();
|
| }
|
|
|
| - base::RefCountedStaticMemory* GetDataResourceBytes(
|
| + base::RefCountedMemory* GetDataResourceBytes(
|
| int resource_id) const override {
|
| base::RefCountedStaticMemory* bytes = NULL;
|
| if (resource_id == kDummyDefaultResourceId) {
|
|
|