| Index: chrome/browser/profiles/profile_destroyer.h
|
| diff --git a/chrome/browser/profiles/profile_destroyer.h b/chrome/browser/profiles/profile_destroyer.h
|
| index 9db48c57f12709bcdfbfe938644607993f8aa3fb..a238e4116af4005938e3b8d24b473e6bf08c8534 100644
|
| --- a/chrome/browser/profiles/profile_destroyer.h
|
| +++ b/chrome/browser/profiles/profile_destroyer.h
|
| @@ -23,7 +23,7 @@ class ProfileDestroyer
|
| : public content::NotificationObserver,
|
| public base::RefCounted<ProfileDestroyer> {
|
| public:
|
| - static void DestroyOffTheRecordProfile(Profile* const profile);
|
| + static void DestroyProfileWhenAppropriate(Profile* const profile);
|
|
|
| private:
|
| friend class base::RefCounted<ProfileDestroyer>;
|
|
|