NaCl: Increase validation cache size.
[chromium-blink-merge.git] / components / invalidation / invalidation_state_tracker.cc
blob4bc79df4e5415e15a158bff6171e2bb28b05c29b
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/invalidation_state_tracker.h"
7 namespace syncer {
9 InvalidationStateTracker::InvalidationStateTracker() {}
11 InvalidationStateTracker::~InvalidationStateTracker() {}
13 } // namespace syncer