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

Unified Diff: components/sync_driver/resources/sync_node_browser.css

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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 | « components/sync_driver/resources/sync_log.js ('k') | components/sync_driver/resources/sync_node_browser.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/resources/sync_node_browser.css
diff --git a/chrome/browser/resources/sync_internals/sync_node_browser.css b/components/sync_driver/resources/sync_node_browser.css
similarity index 94%
rename from chrome/browser/resources/sync_internals/sync_node_browser.css
rename to components/sync_driver/resources/sync_node_browser.css
index fc442ea745008fb33f7fbbcdc34a4ce6b85ecd5e..0792a72c397f1349dd9976fcc78ee4ea3b4e4e9e 100644
--- a/chrome/browser/resources/sync_internals/sync_node_browser.css
+++ b/components/sync_driver/resources/sync_node_browser.css
@@ -34,7 +34,7 @@
/* TODO(akalin): Find a better icon to use for leaf nodes. */
#sync-node-tree .leaf .tree-label {
- background-image: url(../../../../ui/webui/resources/images/star_small.png);
+ background-image: url(../../../ui/webui/resources/images/star_small.png);
}
#sync-node-splitter {
« no previous file with comments | « components/sync_driver/resources/sync_log.js ('k') | components/sync_driver/resources/sync_node_browser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698