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

Unified Diff: chrome/browser/android/new_tab_page_prefs.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
« no previous file with comments | « chrome/browser/android/foreign_session_helper.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/new_tab_page_prefs.cc
diff --git a/chrome/browser/android/new_tab_page_prefs.cc b/chrome/browser/android/new_tab_page_prefs.cc
index 94a4e75f0381b380dac8f39b23daa2ebe374ab02..dacf2ab2917d6e67d4ff234cf696e9c5aa1d8aaf 100644
--- a/chrome/browser/android/new_tab_page_prefs.cc
+++ b/chrome/browser/android/new_tab_page_prefs.cc
@@ -73,7 +73,7 @@ void NewTabPagePrefs::SetSyncPromoCollapsed(JNIEnv* env,
jboolean NewTabPagePrefs::GetForeignSessionCollapsed(JNIEnv* env,
jobject obj,
jstring session_tag) {
- const DictionaryValue* dict = profile_->GetPrefs()->GetDictionary(
+ const base::DictionaryValue* dict = profile_->GetPrefs()->GetDictionary(
prefs::kNtpCollapsedForeignSessions);
return dict && dict->HasKey(ConvertJavaStringToUTF8(env, session_tag));
}
« no previous file with comments | « chrome/browser/android/foreign_session_helper.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698