diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc index ebf4756..0ed29a0 100644 --- a/chrome/browser/tab_contents/tab_contents.cc +++ b/chrome/browser/tab_contents/tab_contents.cc @@ -14,8 +14,8 @@ #include "app/text_elider.h" #include "base/auto_reset.h" #include "base/file_version_info.h" -#include "base/histogram.h" #include "base/i18n/rtl.h" +#include "base/metrics/histogram.h" #include "base/process_util.h" #include "base/string16.h" #include "base/string_util.h" |