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

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

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/search/instant_types.h ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/instant_types.cc
diff --git a/chrome/common/search/instant_types.cc b/chrome/common/search/instant_types.cc
index c602563cdff4c3ee69e17fd8222a43b415672862..0c42798aa20a86ddf7f9a20632139d51b8a0fe3a 100644
--- a/chrome/common/search/instant_types.cc
+++ b/chrome/common/search/instant_types.cc
@@ -89,7 +89,7 @@ const char kInputEncodingKey[] = "ie";
const char kAssistedQueryStatsKey[] = "aqs";
InstantMostVisitedItem::InstantMostVisitedItem()
- : source(ntp_tiles::NTPTileSource::TOP_SITES) {}
+ : source(ntp_tiles::TileSource::TOP_SITES) {}
InstantMostVisitedItem::InstantMostVisitedItem(
const InstantMostVisitedItem& other) = default;
« no previous file with comments | « chrome/common/search/instant_types.h ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698