| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 85b4ae6cea14eb28b50aaab72b98d00a9418c48f..398eff2474819519d1879b6c4e1037c4439d9d1b 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -107,7 +107,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| // across the next restart.
|
| static void SaveSessionState(BrowserContext* browser_context);
|
|
|
| - virtual ~BrowserContext();
|
| + ~BrowserContext() override;
|
|
|
| // Returns the path of the directory where this context's data is stored.
|
| virtual base::FilePath GetPath() const = 0;
|
|
|