| Index: chrome/browser/search/thumbnail_source.h
|
| diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.h b/chrome/browser/search/thumbnail_source.h
|
| similarity index 92%
|
| rename from chrome/browser/ui/webui/ntp/thumbnail_source.h
|
| rename to chrome/browser/search/thumbnail_source.h
|
| index 7a33168645e3d9a18b7d5e649158e8bd7f00e8de..4bf5072e4bd11754e6fb571c60bb01bee366c46c 100644
|
| --- a/chrome/browser/ui/webui/ntp/thumbnail_source.h
|
| +++ b/chrome/browser/search/thumbnail_source.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_WEBUI_NTP_THUMBNAIL_SOURCE_H_
|
| -#define CHROME_BROWSER_UI_WEBUI_NTP_THUMBNAIL_SOURCE_H_
|
| +#ifndef CHROME_BROWSER_SEARCH_THUMBNAIL_SOURCE_H_
|
| +#define CHROME_BROWSER_SEARCH_THUMBNAIL_SOURCE_H_
|
|
|
| #include <string>
|
|
|
| @@ -62,4 +62,4 @@ class ThumbnailSource : public content::URLDataSource {
|
| DISALLOW_COPY_AND_ASSIGN(ThumbnailSource);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_WEBUI_NTP_THUMBNAIL_SOURCE_H_
|
| +#endif // CHROME_BROWSER_SEARCH_THUMBNAIL_SOURCE_H_
|
|
|