| Index: content/browser/renderer_host/backing_store_manager.h
|
| diff --git a/content/browser/renderer_host/backing_store_manager.h b/content/browser/renderer_host/backing_store_manager.h
|
| index 0ea14b849795b06839648b28029eaeb855dbf545..74c1575c9b7077f7f128476c293acd760b856c7b 100644
|
| --- a/content/browser/renderer_host/backing_store_manager.h
|
| +++ b/content/browser/renderer_host/backing_store_manager.h
|
| @@ -65,7 +65,7 @@ class BackingStoreManager {
|
| // Expires the given backing store. This emulates something getting evicted
|
| // from the cache for the purpose of testing. Returns true if the host was
|
| // removed, false if it wasn't found.
|
| - static bool ExpireBackingStoreForTest(RenderWidgetHost* host);
|
| + CONTENT_EXPORT static bool ExpireBackingStoreForTest(RenderWidgetHost* host);
|
|
|
| // Current size in bytes of the backing store cache.
|
| CONTENT_EXPORT static size_t MemorySize();
|
|
|