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

Unified Diff: chrome/browser/chromeos/locale_change_guard.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/locale_change_guard.h
===================================================================
--- chrome/browser/chromeos/locale_change_guard.h (revision 92173)
+++ chrome/browser/chromeos/locale_change_guard.h (working copy)
@@ -15,11 +15,14 @@
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
-class ListValue;
class NotificationDetails;
class NotificationSource;
class Profile;
+namespace base {
+class ListValue;
+}
+
namespace chromeos {
// Performs check whether locale has been changed automatically recently
@@ -40,7 +43,7 @@
private:
class Delegate;
- void RevertLocaleChange(const ListValue* list);
+ void RevertLocaleChange(const base::ListValue* list);
void AcceptLocaleChange();
void Check();
« no previous file with comments | « chrome/browser/chromeos/customization_document.h ('k') | chrome/browser/chromeos/login/enterprise_enrollment_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698