Add owners for c/b/ui/views/accessibility
[chromium-blink-merge.git] / components / sync_driver / change_processor_mock.cc
blob15298593eebb49309d3f80780c2421044f23807a
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/sync_driver/change_processor_mock.h"
7 #include "base/compiler_specific.h"
9 namespace sync_driver {
11 ChangeProcessorMock::ChangeProcessorMock()
12 : ChangeProcessor(this) {}
14 ChangeProcessorMock::~ChangeProcessorMock() {}
16 } // namespace sync_driver