diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/gfx/text_elider.cc | 3 | ||||
-rw-r--r-- | chrome/common/gfx/text_elider_unittest.cc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/gfx/text_elider.cc b/chrome/common/gfx/text_elider.cc index 9510a8e..3122d3d 100644 --- a/chrome/common/gfx/text_elider.cc +++ b/chrome/common/gfx/text_elider.cc @@ -8,9 +8,6 @@ #include "chrome/common/gfx/text_elider.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" -#if defined(OS_WIN) -#include "chrome/views/label.h" -#endif // defined(OS_WIN) #include "googleurl/src/gurl.h" #include "net/base/escape.h" #include "net/base/net_util.h" diff --git a/chrome/common/gfx/text_elider_unittest.cc b/chrome/common/gfx/text_elider_unittest.cc index ab6a1e2..17c5e8d 100644 --- a/chrome/common/gfx/text_elider_unittest.cc +++ b/chrome/common/gfx/text_elider_unittest.cc @@ -5,7 +5,6 @@ #include "base/string_util.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/gfx/text_elider.h" -#include "chrome/views/label.h" #include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" |