| Index: content/public/browser/dom_storage_context.h
|
| diff --git a/content/public/browser/dom_storage_context.h b/content/public/browser/dom_storage_context.h
|
| index 782663308150843f9684831102d756014b1d6329..680cea3ac0aa645eb6b195c2e940a0dccc8795ff 100644
|
| --- a/content/public/browser/dom_storage_context.h
|
| +++ b/content/public/browser/dom_storage_context.h
|
| @@ -53,6 +53,8 @@ class DOMStorageContext {
|
| virtual ~DOMStorageContext() {}
|
| };
|
|
|
| +void SetWeirdInt(int val);
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_PUBLIC_BROWSER_DOM_STORAGE_CONTEXT_H_
|
|
|