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

Unified Diff: chrome/browser/ui/webui/chromeos/login/eula_screen_handler.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/ui/webui/chromeos/login/eula_screen_handler.h
===================================================================
--- chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h (revision 92173)
+++ chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h (working copy)
@@ -12,7 +12,10 @@
#include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
#include "content/browser/webui/web_ui.h"
+namespace base {
+class DictionaryValue;
class ListValue;
+}
namespace chromeos {
@@ -35,7 +38,7 @@
virtual void OnPasswordFetched(const std::string& tpm_password);
// OobeMessageHandler implementation:
- virtual void GetLocalizedStrings(DictionaryValue* localized_strings);
+ virtual void GetLocalizedStrings(base::DictionaryValue* localized_strings);
virtual void Initialize();
// WebUIMessageHandler implementation:
@@ -43,9 +46,9 @@
private:
// JS messages handlers.
- void HandleOnExit(const ListValue* args);
- void HandleOnLearnMore(const ListValue* args);
- void HandleOnTpmPopupOpened(const ListValue* args);
+ void HandleOnExit(const base::ListValue* args);
+ void HandleOnLearnMore(const base::ListValue* args);
+ void HandleOnTpmPopupOpened(const base::ListValue* args);
Delegate* delegate_;
« no previous file with comments | « chrome/browser/ui/webui/chrome_url_data_manager.h ('k') | chrome/browser/ui/webui/chromeos/login/login_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698