Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: chrome/browser/history/history_database_delegate.cc

Issue 22569006: tmp Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_database_delegate.h ('k') | chrome/browser/history/url_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/history/history_database_delegate.h ('k') | chrome/browser/history/url_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698