| Index: chrome/browser/search/thumbnail_source.cc
 | 
| diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.cc b/chrome/browser/search/thumbnail_source.cc
 | 
| similarity index 97%
 | 
| rename from chrome/browser/ui/webui/ntp/thumbnail_source.cc
 | 
| rename to chrome/browser/search/thumbnail_source.cc
 | 
| index 15fb29a89f8af895510783816b9dda3f9e1e955b..e2023c282ece51ddae10910e859608ba7c0f8920 100644
 | 
| --- a/chrome/browser/ui/webui/ntp/thumbnail_source.cc
 | 
| +++ b/chrome/browser/search/thumbnail_source.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/browser/ui/webui/ntp/thumbnail_source.h"
 | 
| +#include "chrome/browser/search/thumbnail_source.h"
 | 
|  
 | 
|  #include "base/callback.h"
 | 
|  #include "base/memory/ref_counted_memory.h"
 | 
| 
 |