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

Unified Diff: chrome/common/instant.typemap

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 8 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/instant.mojom ('k') | chrome/common/instant_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant.typemap
diff --git a/chrome/common/instant.typemap b/chrome/common/instant.typemap
index eed078069f9290e47c966a8458075de9f16ebc18..1a34ac78de4cd44a280b19c57f35321578676e3c 100644
--- a/chrome/common/instant.typemap
+++ b/chrome/common/instant.typemap
@@ -6,7 +6,7 @@ mojom = "//chrome/common/instant.mojom"
public_headers = [
"//chrome/common/search/instant_types.h",
"//chrome/common/search/ntp_logging_events.h",
- "//components/ntp_tiles/ntp_tile_source.h",
+ "//components/ntp_tiles/tile_source.h",
"//components/omnibox/common/omnibox_focus_state.h",
]
traits_headers = [ "//chrome/common/instant_struct_traits.h" ]
@@ -16,7 +16,7 @@ deps = [
]
type_mappings = [
"chrome.mojom.NTPLoggingEventType=::NTPLoggingEventType",
- "chrome.mojom.NTPTileSource=::ntp_tiles::NTPTileSource",
+ "chrome.mojom.TileSource=::ntp_tiles::TileSource",
"chrome.mojom.OmniboxFocusState=::OmniboxFocusState",
"chrome.mojom.OmniboxFocusChangeReason=::OmniboxFocusChangeReason",
"chrome.mojom.InstantMostVisitedItem=::InstantMostVisitedItem",
« no previous file with comments | « chrome/common/instant.mojom ('k') | chrome/common/instant_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698