| Index: content/browser/browser_context.h
|
| diff --git a/content/browser/browser_context.h b/content/browser/browser_context.h
|
| index 15125ca05f961879d512d0886992b4c2d9a97482..feda5563ee7924a4fe710b1d9cd6ed8f819e075b 100644
|
| --- a/content/browser/browser_context.h
|
| +++ b/content/browser/browser_context.h
|
| @@ -41,6 +41,8 @@ class ResourceContext;
|
| // It lives on the UI thread.
|
| class BrowserContext {
|
| public:
|
| + virtual ~BrowserContext() {};
|
| +
|
| // Returns the path of the directory where this context's data is stored.
|
| virtual FilePath GetPath() = 0;
|
|
|
|
|