| Index: components/autocomplete/autocomplete_match_type.cc
|
| diff --git a/chrome/common/autocomplete_match_type.cc b/components/autocomplete/autocomplete_match_type.cc
|
| similarity index 93%
|
| rename from chrome/common/autocomplete_match_type.cc
|
| rename to components/autocomplete/autocomplete_match_type.cc
|
| index 442b82ddceec14138fdd6c43f555ffe369a7300a..9342a6d280e5f8d2014dcf939ba66b259821660a 100644
|
| --- a/chrome/common/autocomplete_match_type.cc
|
| +++ b/components/autocomplete/autocomplete_match_type.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 "chrome/common/autocomplete_match_type.h"
|
| +#include "components/autocomplete/autocomplete_match_type.h"
|
|
|
| #include "base/basictypes.h"
|
|
|
|
|