| Index: chrome/browser/views/constrained_window_impl.cc
|
| ===================================================================
|
| --- chrome/browser/views/constrained_window_impl.cc (revision 15683)
|
| +++ chrome/browser/views/constrained_window_impl.cc (working copy)
|
| @@ -7,6 +7,7 @@
|
| #include "app/gfx/chrome_canvas.h"
|
| #include "app/gfx/chrome_font.h"
|
| #include "app/gfx/path.h"
|
| +#include "app/gfx/text_elider.h"
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/gfx/rect.h"
|
| @@ -20,7 +21,6 @@
|
| #include "chrome/browser/views/frame/browser_view.h"
|
| #include "chrome/browser/window_sizer.h"
|
| #include "chrome/common/chrome_constants.h"
|
| -#include "chrome/common/gfx/text_elider.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
|
|