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

Unified Diff: chrome/browser/chromeos/network_message_observer.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/network_message_observer.h
===================================================================
--- chrome/browser/chromeos/network_message_observer.h (revision 92173)
+++ chrome/browser/chromeos/network_message_observer.h (working copy)
@@ -30,8 +30,8 @@
static bool IsApplicableBackupPlan(const CellularDataPlan* plan,
const CellularDataPlan* other_plan);
private:
- virtual void OpenMobileSetupPage(const ListValue* args);
- virtual void OpenMoreInfoPage(const ListValue* args);
+ virtual void OpenMobileSetupPage(const base::ListValue* args);
+ virtual void OpenMoreInfoPage(const base::ListValue* args);
virtual void InitNewPlan(const CellularDataPlan* plan);
virtual void ShowNeedsPlanNotification(const CellularNetwork* cellular);
virtual void ShowNoDataNotification(CellularDataPlanType plan_type);
« no previous file with comments | « chrome/browser/chromeos/metrics_cros_settings_provider.h ('k') | chrome/browser/chromeos/notifications/balloon_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698