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

Unified Diff: content/public/browser/browser_thread.h

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
« no previous file with comments | « content/browser/worker_host/worker_service.cc ('k') | content/shell/shell_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/browser/worker_host/worker_service.cc ('k') | content/shell/shell_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698