Index: content/browser/gpu/gpu_process_host_ui_shim.cc |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc |
index dc0057c09bc2797dd6dd2d41e798e08af735de74..d6f983007c06cd9a8488591ef2406e3050056b50 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -26,6 +26,8 @@ |
#include <gdk/gdkx.h> // NOLINT |
#endif |
+using content::BrowserThread; |
+ |
namespace { |
// One of the linux specific headers defines this as a macro. |