| Index: chrome/common/search/instant_types.h
|
| diff --git a/chrome/common/instant_types.h b/chrome/common/search/instant_types.h
|
| similarity index 97%
|
| rename from chrome/common/instant_types.h
|
| rename to chrome/common/search/instant_types.h
|
| index 329cf3fe0aa9f632b8fadc010e22e6056c6f424f..8d78eab78cccfae2f613089ccd5e0d8c3d1fd084 100644
|
| --- a/chrome/common/instant_types.h
|
| +++ b/chrome/common/search/instant_types.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_COMMON_INSTANT_TYPES_H_
|
| -#define CHROME_COMMON_INSTANT_TYPES_H_
|
| +#ifndef CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
|
| +#define CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -190,4 +190,4 @@ struct EmbeddedSearchRequestParams {
|
| // For more details, see http://goto.google.com/binary-clients-logging.
|
| base::string16 assisted_query_stats;
|
| };
|
| -#endif // CHROME_COMMON_INSTANT_TYPES_H_
|
| +#endif // CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
|
|
|