diff options
author | thestig <thestig@chromium.org> | 2014-08-27 14:24:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-27 21:26:44 +0000 |
commit | 86693c47d7991f228803c507ce2879781a6d67b1 (patch) | |
tree | 58904b46130dad17dcc32f6618b8e1326a33492e /ash/system/user | |
parent | 5681e2f220f4bab29a5bd504dec15631eb8c1b4c (diff) | |
download | chromium_src-86693c47d7991f228803c507ce2879781a6d67b1.zip chromium_src-86693c47d7991f228803c507ce2879781a6d67b1.tar.gz chromium_src-86693c47d7991f228803c507ce2879781a6d67b1.tar.bz2 |
Cleanup: Remove unneeded ui/ grit header includes.
Command used: for f in `find ui -name *.grd`; do echo GRD: $f; ./tools/unused-grit-header.py $f android_webview apps ash cc chromecast chromeos content chrome extensions gpu media pdf printing remoting webkit; done
Review URL: https://codereview.chromium.org/515433002
Cr-Commit-Position: refs/heads/master@{#292226}
Diffstat (limited to 'ash/system/user')
-rw-r--r-- | ash/system/user/accounts_detailed_view.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/system/user/accounts_detailed_view.cc b/ash/system/user/accounts_detailed_view.cc index 8e64a6a..a89cfa1 100644 --- a/ash/system/user/accounts_detailed_view.cc +++ b/ash/system/user/accounts_detailed_view.cc @@ -21,7 +21,6 @@ #include "grit/ash_resources.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" -#include "ui/resources/grit/ui_resources.h" #include "ui/views/border.h" #include "ui/views/layout/box_layout.h" #include "ui/views/layout/grid_layout.h" |