| Index: chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| diff --git a/chrome/browser/history/shortcuts_database_unittest.cc b/chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/history/shortcuts_database_unittest.cc
|
| rename to chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| index 3191e0a5d7ef1597e3a5d3a264f67c68be97a40e..ba8f685e36230d2c23028ff3095e4ad9b7bb5eb1 100644
|
| --- a/chrome/browser/history/shortcuts_database_unittest.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_database_unittest.cc
|
| @@ -2,13 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/autocomplete/shortcuts_database.h"
|
| +
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/format_macros.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/history/shortcuts_database.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/testing_profile.h"
|
|
|