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

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

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/device_info.h
diff --git a/chrome/browser/sync/glue/device_info.h b/chrome/browser/sync/glue/device_info.h
index 10f1d80ea509c8ac89a522e3d931d8865dfe788f..3cd0275f72da33b00f2ee466104fbfdbcb0ae05e 100644
--- a/chrome/browser/sync/glue/device_info.h
+++ b/chrome/browser/sync/glue/device_info.h
@@ -22,7 +22,6 @@ namespace browser_sync {
// Two different devices may end up generating identical DeviceInfos.
class DeviceInfo {
public:
- DeviceInfo();
DeviceInfo(const std::string& client_name,
const std::string& chrome_version,
const std::string& sync_user_agent,

Powered by Google App Engine
This is Rietveld 408576698