Fix bug in load time stats.
[chromium-blink-merge.git] / sync / notifier / mock_sync_notifier_observer.cc
blobd8db8f206907f9368867c704869b56300236e1bc
1 // Copyright (c) 2012 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 "sync/notifier/mock_sync_notifier_observer.h"
7 namespace syncer {
9 MockSyncNotifierObserver::MockSyncNotifierObserver() {}
10 MockSyncNotifierObserver::~MockSyncNotifierObserver() {}
12 } // namespace syncer