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

Unified Diff: chrome/browser/extensions/activity_log/counting_policy_unittest.cc

Issue 155183002: Add ApiActivityMonitor to decouple ActivityLog from low-level extensions code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase3 (activity_log) Created 6 years, 10 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/extensions/activity_log/counting_policy_unittest.cc
diff --git a/chrome/browser/extensions/activity_log/counting_policy_unittest.cc b/chrome/browser/extensions/activity_log/counting_policy_unittest.cc
index 354d0e68c82e8d83d1b1cd56442d35627512cf08..7f66a164c2c251d93893b95902f13cdf6943e051 100644
--- a/chrome/browser/extensions/activity_log/counting_policy_unittest.cc
+++ b/chrome/browser/extensions/activity_log/counting_policy_unittest.cc
@@ -30,6 +30,8 @@
#include "chrome/browser/chromeos/settings/device_settings_service.h"
#endif
+using content::BrowserThread;
+
namespace extensions {
class CountingPolicyTest : public testing::Test {
@@ -62,7 +64,7 @@ class CountingPolicyTest : public testing::Test {
}
// Wait for the task queue for the specified thread to empty.
- void WaitOnThread(const content::BrowserThread::ID& thread) {
+ void WaitOnThread(const BrowserThread::ID& thread) {
BrowserThread::PostTaskAndReply(
thread,
FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698