Index: chrome/browser/extensions/user_script_master.cc |
diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc |
index f28003d6da111fcaf405ce626088f81d9fd05426..f936459bce211ad2109828d1e8869397a816e77d 100644 |
--- a/chrome/browser/extensions/user_script_master.cc |
+++ b/chrome/browser/extensions/user_script_master.cc |
@@ -27,6 +27,8 @@ |
#include "content/browser/renderer_host/render_process_host.h" |
#include "content/public/browser/notification_service.h" |
+using content::BrowserThread; |
+ |
// Helper function to parse greasesmonkey headers |
static bool GetDeclarationValue(const base::StringPiece& line, |
const base::StringPiece& prefix, |