Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: chrome/browser/search/thumbnail_source.h

Issue 1129903008: NTP Zombie Code Slayer Part IV: Most Visited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android fix Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/search/instant_service.cc ('k') | chrome/browser/search/thumbnail_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/search/instant_service.cc ('k') | chrome/browser/search/thumbnail_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698