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

Unified Diff: chrome/browser/sync/glue/local_device_info_provider_impl.h

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/sync/glue/local_device_info_provider_impl.h
diff --git a/chrome/browser/sync/glue/local_device_info_provider_impl.h b/chrome/browser/sync/glue/local_device_info_provider_impl.h
index 4c8145fffd70c5a83e6bd6a55336f93829d81b90..7764c9512e9158f029a438f1f08c785e26caa264 100644
--- a/chrome/browser/sync/glue/local_device_info_provider_impl.h
+++ b/chrome/browser/sync/glue/local_device_info_provider_impl.h
@@ -9,10 +9,6 @@
#include "components/sync_driver/device_info.h"
#include "components/sync_driver/local_device_info_provider.h"
-namespace chrome {
-class VersionInfo;
-}
-
namespace browser_sync {
class LocalDeviceInfoProviderImpl
@@ -32,8 +28,7 @@ class LocalDeviceInfoProviderImpl
// Helper to construct a user agent string (ASCII) suitable for use by
// the syncapi for any HTTP communication. This string is used by the sync
// backend for classifying client types when calculating statistics.
- static std::string MakeUserAgentForSyncApi(
- const chrome::VersionInfo& version_info);
+ static std::string MakeUserAgentForSyncApi();
private:
void InitializeContinuation(const std::string& guid,

Powered by Google App Engine
This is Rietveld 408576698