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

Unified Diff: sync/protocol/proto_enum_conversions.h

Issue 10985008: sync: Add DeviceInfo protobuf and supporting code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update proto_value_conversions.cc Created 8 years, 3 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: sync/protocol/proto_enum_conversions.h
diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
index c6af25ff63cdd314bd5a76e861c499df995f09a0..ef34b0514292ab2cde9624e3b1077653aeab2fc9 100644
--- a/sync/protocol/proto_enum_conversions.h
+++ b/sync/protocol/proto_enum_conversions.h
@@ -39,7 +39,7 @@ const char* GetErrorTypeString(sync_pb::SyncEnums::ErrorType error_type);
const char* GetActionString(sync_pb::SyncEnums::Action action);
const char* GetDeviceTypeString(
- sync_pb::SessionHeader::DeviceType device_type);
+ sync_pb::SyncEnums::DeviceType device_type);
const char* GetFaviconTypeString(
sync_pb::SessionTab::FaviconType favicon_type);

Powered by Google App Engine
This is Rietveld 408576698