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