Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: chrome/browser/rlz/rlz.cc

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/renderer_host/web_cache_manager_unittest.cc ('k') | chrome/browser/safe_browsing/browser_feature_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698