Small clean up to about_flags_unittest.cc.
[chromium-blink-merge.git] / components / invalidation / ack_handler.cc
blob68dc028092a0bd3c8853ee620bd8beaccbdeae98
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/ack_handler.h"
7 #include "components/invalidation/invalidation.h"
9 namespace syncer {
11 AckHandler::AckHandler() {
14 AckHandler::~AckHandler() {
17 } // namespace syncer