Index: chrome/browser/shell_integration_linux.cc |
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc |
index f6787fbec4a67ef5c45f7d2e37505c8f4ea8633f..4ec3e0277d8bed9621c3dca2a7a51dd2893e2fba 100644 |
--- a/chrome/browser/shell_integration_linux.cc |
+++ b/chrome/browser/shell_integration_linux.cc |
@@ -38,6 +38,8 @@ |
#include "googleurl/src/gurl.h" |
#include "ui/gfx/codec/png_codec.h" |
+using content::BrowserThread; |
+ |
namespace { |
// Helper to launch xdg scripts. We don't want them to ask any questions on the |