Clean up extension confirmation prompts and make them consistent between Views and...
[chromium-blink-merge.git] / components / bookmarks / test / mock_bookmark_model_observer.cc
blobb93e93ac68bd17f6c924ffee51a045066abff0d4
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/bookmarks/test/mock_bookmark_model_observer.h"
7 namespace bookmarks {
9 MockBookmarkModelObserver::MockBookmarkModelObserver() {}
11 MockBookmarkModelObserver::~MockBookmarkModelObserver() {}
13 } // namespace bookmarks