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

Unified Diff: chrome/common/search/instant_types.h

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 9 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/common/render_messages.h ('k') | chrome/common/search/instant_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/instant_types.h
diff --git a/chrome/common/search/instant_types.h b/chrome/common/search/instant_types.h
index 552a251bc2785d99591fa413824c75c19c3a6690..11b913e22878cb021e2420646737f860bbfc7194 100644
--- a/chrome/common/search/instant_types.h
+++ b/chrome/common/search/instant_types.h
@@ -11,7 +11,7 @@
#include <utility>
#include "base/strings/string16.h"
-#include "components/ntp_tiles/ntp_tile_source.h"
+#include "components/ntp_tiles/tile_source.h"
#include "url/gurl.h"
// ID used by Instant code to refer to objects (e.g. Autocomplete results, Most
@@ -143,7 +143,7 @@ struct InstantMostVisitedItem {
GURL favicon;
// The source of the item, e.g. server-side or client-side.
- ntp_tiles::NTPTileSource source;
+ ntp_tiles::TileSource source;
};
// An InstantMostVisitedItem along with its assigned restricted ID.
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/search/instant_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698