| Index: components/history/core/browser/android/android_urls_sql_handler.cc
|
| diff --git a/components/history/core/android/android_urls_sql_handler.cc b/components/history/core/browser/android/android_urls_sql_handler.cc
|
| similarity index 92%
|
| rename from components/history/core/android/android_urls_sql_handler.cc
|
| rename to components/history/core/browser/android/android_urls_sql_handler.cc
|
| index e98b49efac886ef58c715fa3b22e71ebe6b1bef8..09920050f246f22c9cbdecdba5ba6de799bcc351 100644
|
| --- a/components/history/core/android/android_urls_sql_handler.cc
|
| +++ b/components/history/core/browser/android/android_urls_sql_handler.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/history/core/android/android_urls_sql_handler.h"
|
| +#include "components/history/core/browser/android/android_urls_sql_handler.h"
|
|
|
| #include "base/logging.h"
|
| -#include "components/history/core/android/android_urls_database.h"
|
| +#include "components/history/core/browser/android/android_urls_database.h"
|
|
|
| namespace history {
|
|
|
|
|