don't pretend to support dbus on windows in dbus_export.h
[chromium-blink-merge.git] / components / invalidation / invalidator.cc
blob5c92b983e29c432d0e5456c7c3feeda07b1f0f12
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 "components/invalidation/invalidator.h"
7 namespace syncer {
9 Invalidator::Invalidator() {
12 Invalidator::~Invalidator() {
15 } // namespace syncer