| Index: components/suggestions/suggestions_service.h
|
| diff --git a/chrome/browser/search/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h
|
| similarity index 95%
|
| rename from chrome/browser/search/suggestions/suggestions_service.h
|
| rename to components/suggestions/suggestions_service.h
|
| index 635ae5d1cbac5a625f830f86398b4527564593cf..6c66cea718aa24ccdb0a4bcd980f4b5c0e254017 100644
|
| --- a/chrome/browser/search/suggestions/suggestions_service.h
|
| +++ b/components/suggestions/suggestions_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
| -#define CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
| +#ifndef COMPONENTS_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
| +#define COMPONENTS_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -15,9 +15,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/search/suggestions/image_manager.h"
|
| -#include "chrome/browser/search/suggestions/proto/suggestions.pb.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| +#include "components/suggestions/image_manager.h"
|
| +#include "components/suggestions/proto/suggestions.pb.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "url/gurl.h"
|
| @@ -182,4 +182,4 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate {
|
|
|
| } // namespace suggestions
|
|
|
| -#endif // CHROME_BROWSER_SEARCH_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
| +#endif // COMPONENTS_SUGGESTIONS_SUGGESTIONS_SERVICE_H_
|
|
|