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

Unified Diff: chrome/browser/password_manager/native_backend_kwallet_x.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/password_manager/native_backend_kwallet_x.cc
diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.cc b/chrome/browser/password_manager/native_backend_kwallet_x.cc
index 1bf6df3ceed48acbeccc0dcc2055574cc8d5eb5a..507d952934ec0e77ae2186383b44d8d3e34e6d87 100644
--- a/chrome/browser/password_manager/native_backend_kwallet_x.cc
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc
@@ -19,6 +19,7 @@
#include "grit/chromium_strings.h"
#include "ui/base/l10n/l10n_util.h"
+using content::BrowserThread;
using webkit_glue::PasswordForm;
// We could localize this string, but then changing your locale would cause

Powered by Google App Engine
This is Rietveld 408576698