Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: chrome/browser/profiles/profile_info_cache.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_info_cache.h
===================================================================
--- chrome/browser/profiles/profile_info_cache.h (revision 92173)
+++ chrome/browser/profiles/profile_info_cache.h (working copy)
@@ -17,7 +17,10 @@
class Image;
}
+namespace base {
class DictionaryValue;
+}
+
class PrefService;
@@ -65,11 +68,11 @@
static void RegisterPrefs(PrefService* prefs);
private:
- const DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;
+ const base::DictionaryValue* GetInfoForProfileAtIndex(size_t index) const;
// Saves the profile info to a cache and takes ownership of |info|.
// Currently the only information that is cached is the profiles name and
// avatar icon.
- void SetInfoForProfileAtIndex(size_t index, DictionaryValue* info);
+ void SetInfoForProfileAtIndex(size_t index, base::DictionaryValue* info);
std::string CacheKeyFromProfilePath(const FilePath& profile_path) const;
std::vector<std::string>::iterator FindPositionForProfile(
std::string search_key,
« no previous file with comments | « chrome/browser/printing/printing_message_filter.h ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698