Index: chrome/browser/rlz/rlz.cc |
diff --git a/chrome/browser/rlz/rlz.cc b/chrome/browser/rlz/rlz.cc |
index c89137d5db35bcd1ef0b6bec2ab8600407b50ab9..694e04556ef4ce1229566a4a4bbedd1cbcb62ce6 100644 |
--- a/chrome/browser/rlz/rlz.cc |
+++ b/chrome/browser/rlz/rlz.cc |
@@ -35,6 +35,8 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
+using content::BrowserThread; |
+ |
namespace { |
void RecordProductEvents(bool first_run, bool google_default_search, |