| Index: components/omnibox/autocomplete_provider.h
|
| diff --git a/components/autocomplete/autocomplete_provider.h b/components/omnibox/autocomplete_provider.h
|
| similarity index 98%
|
| rename from components/autocomplete/autocomplete_provider.h
|
| rename to components/omnibox/autocomplete_provider.h
|
| index 6f99fe8b41e6daea2598f6c6dc719977fcb9a930..9c784ba563924f0ec8613fcab84352b7e21f2c1f 100644
|
| --- a/components/autocomplete/autocomplete_provider.h
|
| +++ b/components/omnibox/autocomplete_provider.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
|
| -#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
|
| +#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
|
| +#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autocomplete/autocomplete_match.h"
|
| #include "components/metrics/proto/omnibox_event.pb.h"
|
| +#include "components/omnibox/autocomplete_match.h"
|
|
|
| class AutocompleteInput;
|
|
|
| @@ -245,4 +245,4 @@ class AutocompleteProvider
|
| DISALLOW_COPY_AND_ASSIGN(AutocompleteProvider);
|
| };
|
|
|
| -#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
|
| +#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
|
|
|