| Index: components/autofill/core/common/autofill_regexes.cc
|
| diff --git a/components/autofill/core/browser/autofill_regexes.cc b/components/autofill/core/common/autofill_regexes.cc
|
| similarity index 97%
|
| rename from components/autofill/core/browser/autofill_regexes.cc
|
| rename to components/autofill/core/common/autofill_regexes.cc
|
| index bd5c0e9427638ad14b6bf420a8d402989c5cb96e..64a60f6c29ce01ed233ff7f432911434413f62af 100644
|
| --- a/components/autofill/core/browser/autofill_regexes.cc
|
| +++ b/components/autofill/core/common/autofill_regexes.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/autofill/core/browser/autofill_regexes.h"
|
| +#include "components/autofill/core/common/autofill_regexes.h"
|
|
|
| #include "base/containers/scoped_ptr_hash_map.h"
|
| #include "base/logging.h"
|
|
|