| Index: chrome/browser/chromeos/launcher_search_provider/service.h
|
| diff --git a/chrome/browser/chromeos/launcher_search_provider/service.h b/chrome/browser/chromeos/launcher_search_provider/service.h
|
| index a27165cfaf228b2044d85325856aa5c4aa6ff14e..17ebf97ce8d989bf33403f8666cbdf10e10f3779 100644
|
| --- a/chrome/browser/chromeos/launcher_search_provider/service.h
|
| +++ b/chrome/browser/chromeos/launcher_search_provider/service.h
|
| @@ -53,7 +53,7 @@ class Service : public KeyedService {
|
| void SetSearchResults(
|
| const extensions::Extension* extension,
|
| scoped_ptr<ErrorReporter> error_reporter,
|
| - const std::string& query_id,
|
| + const int query_id,
|
| const std::vector<linked_ptr<
|
| extensions::api::launcher_search_provider::SearchResult>>& results);
|
|
|
| @@ -67,7 +67,7 @@ class Service : public KeyedService {
|
| Profile* const profile_;
|
| extensions::ExtensionRegistry* extension_registry_;
|
| app_list::LauncherSearchProvider* provider_;
|
| - uint32 query_id_;
|
| + int query_id_;
|
| bool is_query_running_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Service);
|
|
|