Vectorize website settings icons in omnibox
[chromium-blink-merge.git] / components / invalidation / impl / invalidation_state_tracker.cc
blob6e331340cad36cafde9ec78534c1ab8e1b47da67
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/invalidation_state_tracker.h"
7 namespace syncer {
9 InvalidationStateTracker::InvalidationStateTracker() {}
11 InvalidationStateTracker::~InvalidationStateTracker() {}
13 } // namespace syncer