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

Unified Diff: chrome/browser/chromeos/login/enterprise_enrollment_view.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/chromeos/login/enterprise_enrollment_view.h
===================================================================
--- chrome/browser/chromeos/login/enterprise_enrollment_view.h (revision 92173)
+++ chrome/browser/chromeos/login/enterprise_enrollment_view.h (working copy)
@@ -15,7 +15,9 @@
#include "chrome/common/net/gaia/google_service_auth_error.h"
#include "views/view.h"
+namespace base {
class DictionaryValue;
+}
namespace views {
class GridLayout;
@@ -63,7 +65,7 @@
private:
// Updates the gaia login box.
- void UpdateGaiaLogin(const DictionaryValue& args);
+ void UpdateGaiaLogin(const base::DictionaryValue& args);
// Display the given i18n string as error message.
void ShowError(int message_id);
« no previous file with comments | « chrome/browser/chromeos/locale_change_guard.h ('k') | chrome/browser/chromeos/metrics_cros_settings_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698