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

Unified Diff: chrome/browser/chromeos/login/wallpaper_manager.cc

Issue 106433007: Update some uses of Value in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years 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/chromeos/login/wallpaper_manager.cc
diff --git a/chrome/browser/chromeos/login/wallpaper_manager.cc b/chrome/browser/chromeos/login/wallpaper_manager.cc
index 3e4f919bf59d00db404ee7a886c04698281c26d3..e19da348938283c3090cc69d5cb33b4f0fd57bc2 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.cc
+++ b/chrome/browser/chromeos/login/wallpaper_manager.cc
@@ -855,8 +855,9 @@ bool WallpaperManager::GetUserWallpaperInfo(const std::string& email,
return true;
}
- const DictionaryValue* user_wallpapers = g_browser_process->local_state()->
- GetDictionary(prefs::kUsersWallpaperInfo);
+ const base::DictionaryValue* user_wallpapers =
+ g_browser_process->local_state()->
+ GetDictionary(prefs::kUsersWallpaperInfo);
const base::DictionaryValue* wallpaper_info_dict;
if (user_wallpapers->GetDictionaryWithoutPathExpansion(
email, &wallpaper_info_dict)) {
« no previous file with comments | « chrome/browser/chromeos/login/user_manager_impl.cc ('k') | chrome/browser/chromeos/mobile/mobile_activator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698