Update V8 to version 4.6.55.
[chromium-blink-merge.git] / sync / internal_api / sync_context.cc
blobba709faa013421661c73bb79231c225e6ceb627c
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/internal_api/public/sync_context.h"
7 namespace syncer_v2 {
9 SyncContext::SyncContext() {
12 SyncContext::~SyncContext() {
15 } // namespace syncer