| Index: chrome/common/search/search_urls.h
|
| diff --git a/chrome/common/search_urls.h b/chrome/common/search/search_urls.h
|
| similarity index 83%
|
| rename from chrome/common/search_urls.h
|
| rename to chrome/common/search/search_urls.h
|
| index 8840b5f2f1401226d69c17df97bd5b2373c90a59..43f15273991da5425b2526732feb910e75029154 100644
|
| --- a/chrome/common/search_urls.h
|
| +++ b/chrome/common/search/search_urls.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_SEARCH_URLS_H_
|
| -#define CHROME_COMMON_SEARCH_URLS_H_
|
| +#ifndef CHROME_COMMON_SEARCH_SEARCH_URLS_H_
|
| +#define CHROME_COMMON_SEARCH_SEARCH_URLS_H_
|
|
|
| class GURL;
|
|
|
| @@ -18,4 +18,4 @@ bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url);
|
|
|
| } // namespace search
|
|
|
| -#endif // CHROME_COMMON_SEARCH_URLS_H_
|
| +#endif // CHROME_COMMON_SEARCH_SEARCH_URLS_H_
|
|
|