| Index: chrome/browser/history/chrome_history_client.cc
|
| diff --git a/chrome/browser/history/chrome_history_client.cc b/chrome/browser/history/chrome_history_client.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d6310c8877dba3a05ee40586620174f39d1d26c8
|
| --- /dev/null
|
| +++ b/chrome/browser/history/chrome_history_client.cc
|
| @@ -0,0 +1,8 @@
|
| +// Copyright 2014 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/chrome_history_client.h"
|
| +
|
| +ChromeHistoryClient::ChromeHistoryClient() {
|
| +}
|
|
|