summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_observer_mock.cc
blob: 634afa539074d6531af1ea03675746cfa913eff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/common/notification_observer_mock.h"

#include "chrome/common/notification_details.h"
#include "chrome/common/notification_source.h"

NotificationObserverMock::NotificationObserverMock() {}

NotificationObserverMock::~NotificationObserverMock() {}