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

Unified Diff: chrome/browser/chromeos/login/login_display_host.h

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/login_display_host.h
diff --git a/chrome/browser/chromeos/login/login_display_host.h b/chrome/browser/chromeos/login/login_display_host.h
index 3af4258551d1f5f06ec6f945051671226f16ea21..8eadb303167b1a1a236f6a87652a129e6226b54e 100644
--- a/chrome/browser/chromeos/login/login_display_host.h
+++ b/chrome/browser/chromeos/login/login_display_host.h
@@ -81,7 +81,7 @@ class LoginDisplayHost {
// Takes ownership of |screen_parameters|, which can also be NULL.
virtual void StartWizard(
const std::string& first_screen_name,
- scoped_ptr<DictionaryValue> screen_parameters) = 0;
+ scoped_ptr<base::DictionaryValue> screen_parameters) = 0;
// Returns current WizardController, if it exists.
// Result should not be stored.
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/login_display_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698