Convert DLOG/DVLOG messages in chrome.dial to VLOG.
[chromium-blink-merge.git] / sync / engine / sync_scheduler.cc
blobd800b193f9dca38f42c6f2831c0a3b63366f5e41
1 // Copyright (c) 2012 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/sync_scheduler.h"
7 namespace syncer {
9 SyncScheduler::SyncScheduler() {}
10 SyncScheduler::~SyncScheduler() {}
12 } // namespace syncer