Index: chrome/browser/profiles/profile_avatar_icon_util.h |
diff --git a/chrome/browser/profiles/profile_avatar_icon_util.h b/chrome/browser/profiles/profile_avatar_icon_util.h |
index 1ed780330da5ff595bd41eab15c2382dfcaa2ca3..6c426e0fda38ef55a980fdd3a1be818917ec74e5 100644 |
--- a/chrome/browser/profiles/profile_avatar_icon_util.h |
+++ b/chrome/browser/profiles/profile_avatar_icon_util.h |
@@ -5,8 +5,17 @@ |
#ifndef CHROME_BROWSER_PROFILES_PROFILE_AVATAR_ICON_UTIL_H_ |
#define CHROME_BROWSER_PROFILES_PROFILE_AVATAR_ICON_UTIL_H_ |
+#include <string> |
+ |
#include "third_party/skia/include/core/SkColor.h" |
-#include "ui/gfx/image/image.h" |
+ |
+namespace base { |
+class FilePath; |
+} |
+ |
+namespace gfx { |
+class Image; |
+} |
namespace profiles { |
@@ -43,6 +52,9 @@ const char* GetDefaultAvatarIconFileNameAtIndex(size_t index); |
// Gets the file name of an avatar that has no high res version. |
const char* GetNoHighResAvatarFileName(); |
+// Gets the full path of the high res avatar icon at |index|. |
+base::FilePath GetPathOfHighResAvatarAtIndex(size_t index); |
+ |
// Returns a URL for the default avatar icon with specified index. |
std::string GetDefaultAvatarIconUrl(size_t index); |