Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index 1f3aac3390b7adf67aabd76b0e1ce170404b2e62..1f89e3b3761174838fe231c0da448f858a4db1e9 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -222,9 +222,7 @@ class ProfileManager : public base::NonThreadSafe, |
// This struct contains information about profiles which are being loaded or |
// were loaded. |
struct ProfileInfo { |
- ProfileInfo(Profile* profile, bool created) |
- : profile(profile), created(created) { |
- } |
+ ProfileInfo(Profile* profile, bool created); |
~ProfileInfo(); |