summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 05:09:24 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 05:09:24 +0000
commitee8adf56de9b5df6f08e8f96cb3d3444632a7532 (patch)
tree7be686e48d6ce86673166f36f2a03736f2929c07 /ui
parente4843d3d1a0a249a8f7299faae307ffc4d29add6 (diff)
downloadchromium_src-ee8adf56de9b5df6f08e8f96cb3d3444632a7532.zip
chromium_src-ee8adf56de9b5df6f08e8f96cb3d3444632a7532.tar.gz
chromium_src-ee8adf56de9b5df6f08e8f96cb3d3444632a7532.tar.bz2
ui/native_theme: Get rid of unnecessary views include.
It seems menu_config.h is not actually used by common_theme.cc. Remove it. BUG=None TEST=checkdeps.py passes, native_theme links. R=ben@chromium.org TBR=ben Review URL: https://codereview.chromium.org/25021004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/native_theme/DEPS1
-rw-r--r--ui/native_theme/common_theme.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/ui/native_theme/DEPS b/ui/native_theme/DEPS
index 911f1cf..5abd803 100644
--- a/ui/native_theme/DEPS
+++ b/ui/native_theme/DEPS
@@ -4,5 +4,4 @@ include_rules = [
"+third_party/skia",
"+ui/base",
"+ui/gfx",
- "+ui/views", # TODO(beng): BAD, circular dependency
]
diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
index 8c5a964..5442a07 100644
--- a/ui/native_theme/common_theme.cc
+++ b/ui/native_theme/common_theme.cc
@@ -13,7 +13,6 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/skia_util.h"
#include "ui/gfx/sys_color_change_listener.h"
-#include "ui/views/controls/menu/menu_config.h"
namespace {