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

Unified Diff: chrome/browser/extensions/app_notification_storage.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/extensions/app_notification_storage.cc
diff --git a/chrome/browser/extensions/app_notification_storage.cc b/chrome/browser/extensions/app_notification_storage.cc
index f97ed4f1a63ad8a441b95c46ae3f4e506abd39ba..2c8f594c13aef6bcf19cd42ca8fae331aed8d2e4 100644
--- a/chrome/browser/extensions/app_notification_storage.cc
+++ b/chrome/browser/extensions/app_notification_storage.cc
@@ -18,6 +18,7 @@
using base::JSONReader;
using base::JSONWriter;
+using content::BrowserThread;
// A concrete implementation of the AppNotificationStorage interface, using
// LevelDb for backing storage.

Powered by Google App Engine
This is Rietveld 408576698