Make sure webrtc::VideoSourceInterface is released on the main render thread.
[chromium-blink-merge.git] / content / public / test / mock_notification_observer.cc
blob167175c4865ed2a51e1529973b348dd797dddbef
1 // Copyright (c) 2011 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 "content/public/test/mock_notification_observer.h"
7 #include "content/public/browser/notification_details.h"
8 #include "content/public/browser/notification_source.h"
10 namespace content {
12 MockNotificationObserver::MockNotificationObserver() {}
14 MockNotificationObserver::~MockNotificationObserver() {}
16 } // namespace content