| Index: components/browsing_data/core/pref_names.cc
|
| diff --git a/components/browsing_data/pref_names.cc b/components/browsing_data/core/pref_names.cc
|
| similarity index 94%
|
| rename from components/browsing_data/pref_names.cc
|
| rename to components/browsing_data/core/pref_names.cc
|
| index c4cb874a7fc44c477c967e98ed0027fe84386f17..a09ea9f4819474d8ea5ff41d7fbb74dcc0cb9e88 100644
|
| --- a/components/browsing_data/pref_names.cc
|
| +++ b/components/browsing_data/core/pref_names.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browsing_data/pref_names.h"
|
| +#include "components/browsing_data/core/pref_names.h"
|
|
|
| namespace browsing_data {
|
|
|
|
|