Index: chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc |
diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc |
index 3e51eec66e22d833ac44b1995335354e0921adab..32b9e21a575ae757eb290dd531649d849a91a53f 100644 |
--- a/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc |
+++ b/chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// Contains the implementation for AutomaticProfileResetterDelegateImpl. |
Peter Kasting
2014/05/28 18:46:32
Personally, I'm skeptical that this comment adds a
engedy
2014/05/30 14:38:47
I agree, actually I have added this after quite so
|
+ |
#include "chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h" |
#include <string> |
@@ -395,3 +397,4 @@ void AutomaticProfileResetterDelegateImpl::OnProfileSettingsResetCompleted( |
content::BrowserThread::PostTask( |
content::BrowserThread::UI, FROM_HERE, user_callback); |
} |
+ |
Peter Kasting
2014/05/28 18:46:32
Nit: Don't add a trailing blank line
engedy
2014/05/30 14:38:47
Done.
|