diff options
Diffstat (limited to 'chrome/browser/ui/webui/downloads_dom_handler.cc')
-rw-r--r-- | chrome/browser/ui/webui/downloads_dom_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc index b05c802..d0ffaba 100644 --- a/chrome/browser/ui/webui/downloads_dom_handler.cc +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/callback.h" -#include "base/singleton.h" +#include "base/memory/singleton.h" #include "base/string_piece.h" #include "base/threading/thread.h" #include "base/utf_string_conversions.h" |