Roll forward to cl/314747126

Signed-off-by: Alexey Polyudov <apolyudov@google.com>
Change-Id: Ie19e006429b138b3768e97dae971a43fdc5ef8bf
This commit is contained in:
Alexey Polyudov
2020-06-04 13:50:45 -07:00
parent de31c27947
commit 4baa1ce96a
365 changed files with 28586 additions and 1503 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class ServerSyncDevice {
virtual std::string getOwnGuid() = 0;
};
// Container of operations that can be performed over the Chrome Sync medium.
// Container of operations that can be performed over the Server Sync medium.
class ServerSyncMedium {
public:
virtual ~ServerSyncMedium() {}