Roll src/third_party/WebKit 9f7fb92:f103b33 (svn 202621:202622)
[chromium-blink-merge.git] / components / invalidation / impl / invalidator.cc
blob5b3035c972d9e0869deba73e213bbcab7bfc91ad
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/impl/invalidator.h"
7 namespace syncer {
9 Invalidator::Invalidator() {
12 Invalidator::~Invalidator() {
15 } // namespace syncer