Roll src/third_party/WebKit 57aef96:a1089e6 (svn 201978:201979)
[chromium-blink-merge.git] / sync / engine / commit_queue.cc
blob1a0e58bb220be30fec8e18d30234a9b514214cdc
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "sync/engine/commit_queue.h"
7 namespace syncer_v2 {
9 CommitQueue::CommitQueue() {
12 CommitQueue::~CommitQueue() {
15 } // namespace syncer