Index: content/public/browser/browser_thread.h |
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
index 7515939014b4dec2bf8d09933301a679f669efea..1036b9334241fa302350dd284cc5c4a11f95c469 100644 |
--- a/content/public/browser/browser_thread.h |
+++ b/content/public/browser/browser_thread.h |
@@ -21,9 +21,8 @@ class MessageLoopProxy; |
} |
namespace content { |
-class BrowserThreadImpl; |
-} |
+class BrowserThreadImpl; |
class DeprecatedBrowserThread; |
/////////////////////////////////////////////////////////////////////////////// |
@@ -250,4 +249,10 @@ class DeprecatedBrowserThread : public BrowserThread { |
virtual ~DeprecatedBrowserThread(); |
}; |
+} // namespace content |
+ |
+// TODO(joi): Remove these ASAP. |
+using content::BrowserThread; |
+using content::DeprecatedBrowserThread; |
+ |
#endif // CONTENT_PUBLIC_BROWSER_BROWSER_THREAD_H_ |