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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_page_header.html

Issue 1141673002: Fix a leftover typo in the header css import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_page_header.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_page_header.html b/chrome/browser/resources/settings/settings_page/settings_page_header.html
index 601b4823eab953ffc764b06f11c32b4595bb41d7..00361f9a36d4ab9259ab095c9d64fd2852403a46 100644
--- a/chrome/browser/resources/settings/settings_page/settings_page_header.html
+++ b/chrome/browser/resources/settings/settings_page/settings_page_header.html
@@ -3,7 +3,7 @@
<link rel="import" href="chrome://resources/polymer/v0_8/iron-icons/device-icons.html">
<dom-module id="cr-settings-page-header">
- <link rel="import" type="css" href="settings_page_header_style.css">
+ <link rel="import" type="css" href="settings_page_header.css">
<template>
<paper-material>
<div class="breadcrumbs">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698