| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 02d1b090cdef57a682c69b6625a3b4b01521959e..f27484c82d57e992e09e88e1cd71522fb26bc6ac 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -121,6 +121,8 @@ class Profile : public content::BrowserContext {
|
|
|
| class Delegate {
|
| public:
|
| + virtual ~Delegate() {}
|
| +
|
| // Called when creation of the profile is finished.
|
| virtual void OnProfileCreated(Profile* profile,
|
| bool success,
|
|
|