Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
index c750bfffc62dbb7eedceb24c7d8d4588b396fdc0..3fd09073953eb3070b66d32d50d8285ff3316a60 100644 |
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
@@ -5,6 +5,7 @@ |
#ifndef CHROME_BROWSER_UI_VIEWS_HARMONY_HARMONY_LAYOUT_DELEGATE_H_ |
#define CHROME_BROWSER_UI_VIEWS_HARMONY_HARMONY_LAYOUT_DELEGATE_H_ |
+#include "chrome/browser/ui/views/harmony/harmony_typography_provider.h" |
#include "chrome/browser/ui/views/harmony/layout_delegate.h" |
class HarmonyLayoutDelegate : public LayoutDelegate { |
@@ -25,8 +26,11 @@ class HarmonyLayoutDelegate : public LayoutDelegate { |
bool IsHarmonyMode() const override; |
int GetDialogPreferredWidth(DialogWidth width) const override; |
bool ShouldShowWindowIcon() const override; |
+ const views::TypographyProvider& GetTypographyProvider() const override; |
private: |
+ const HarmonyTypographyProvider typography_provider_; |
+ |
DISALLOW_COPY_AND_ASSIGN(HarmonyLayoutDelegate); |
}; |