Index: chrome/browser/profiles/avatar_menu_model.h |
diff --git a/chrome/browser/profiles/avatar_menu_model.h b/chrome/browser/profiles/avatar_menu_model.h |
index 73f75de2c8551bf4758c8fe562f576417f170aa1..79d975a9bb423c6645877d0767c1fc0ebbcd2022 100644 |
--- a/chrome/browser/profiles/avatar_menu_model.h |
+++ b/chrome/browser/profiles/avatar_menu_model.h |
@@ -9,6 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
+#include "base/file_path.h" |
#include "base/string16.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -46,6 +47,9 @@ class AvatarMenuModel : public content::NotificationObserver { |
// The index in the |profile_cache| that this Item represents. |
size_t model_index; |
+ |
+ // The file path of the profile. |
+ FilePath path; |
}; |
// Constructor. No parameters can be NULL in practice. |browser| can be NULL |