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

Unified Diff: chrome/browser/sync/sync_ui_util.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
« no previous file with comments | « chrome/browser/sync/sync_setup_flow_handler.h ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_ui_util.h
===================================================================
--- chrome/browser/sync/sync_ui_util.h (revision 92173)
+++ chrome/browser/sync/sync_ui_util.h (working copy)
@@ -14,8 +14,11 @@
class Browser;
class Profile;
+
+namespace base {
class ListValue;
class DictionaryValue;
+}
// Utility functions to gather current sync status information from the sync
// service and constructs messages suitable for showing in UI.
@@ -58,7 +61,7 @@
Browser* browser,
ProfileSyncService::SyncEventCodes code);
-void AddBoolSyncDetail(ListValue* details,
+void AddBoolSyncDetail(base::ListValue* details,
const std::string& stat_name,
bool stat_value);
@@ -66,7 +69,7 @@
void ConstructAboutInformation(ProfileSyncService* service,
DictionaryValue* strings);
-void AddIntSyncDetail(ListValue* details,
+void AddIntSyncDetail(base::ListValue* details,
const std::string& stat_name,
int64 stat_value);
} // namespace sync_ui_util
« no previous file with comments | « chrome/browser/sync/sync_setup_flow_handler.h ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698