diff options
Diffstat (limited to 'chrome/browser/ui/panels/panel.cc')
-rw-r--r-- | chrome/browser/ui/panels/panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc index bd495b7..f978d8c 100644 --- a/chrome/browser/ui/panels/panel.cc +++ b/chrome/browser/ui/panels/panel.cc @@ -40,8 +40,8 @@ #include "ui/gfx/image/image.h" #include "ui/gfx/rect.h" +using base::UserMetricsAction; using content::RenderViewHost; -using content::UserMetricsAction; namespace panel_internal { |