| Index: chrome/browser/instant/search.h
|
| diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/instant/search.h
|
| similarity index 98%
|
| rename from chrome/browser/ui/search/search.h
|
| rename to chrome/browser/instant/search.h
|
| index d2b2d286823a684f166001700dc16b22eaed2521..9180a068d6a7cd72646d534d0e40b5602d8f9f12 100644
|
| --- a/chrome/browser/ui/search/search.h
|
| +++ b/chrome/browser/instant/search.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_UI_SEARCH_SEARCH_H_
|
| -#define CHROME_BROWSER_UI_SEARCH_SEARCH_H_
|
| +#ifndef CHROME_BROWSER_INSTANT_SEARCH_H_
|
| +#define CHROME_BROWSER_INSTANT_SEARCH_H_
|
|
|
| #include <string>
|
| #include <utility>
|
| @@ -156,4 +156,4 @@ GURL CoerceCommandLineURLToTemplateURL(const GURL& instant_url,
|
| } // namespace search
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_UI_SEARCH_SEARCH_H_
|
| +#endif // CHROME_BROWSER_INSTANT_SEARCH_H_
|
|
|