| Index: chrome/browser/history/history_database_delegate.cc
|
| diff --git a/chrome/browser/history/history_database_delegate.cc b/chrome/browser/history/history_database_delegate.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1fb6817b277bc7a602f835db2fd781483f5cc560
|
| --- /dev/null
|
| +++ b/chrome/browser/history/history_database_delegate.cc
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2013 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/browser/history/history_database_delegate.h"
|
| +
|
| +namespace history {
|
| +
|
| +// static
|
| +scoped_ptr<HistoryDatabaseDelegate>
|
| +HistoryDatabaseDelegate::CreateHistoryDatabaseDelegate() {
|
| + return scoped_ptr<HistoryDatabaseDelegate>();
|
| +}
|
| +
|
| +} // history
|
|
|