Index: content/browser/browser_thread_impl.h |
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h |
index 9eaeb6814c99c6e3e40d9a94ee21b38e995def7e..de995148db0835cda72ddc044c1897102b5a06b6 100644 |
--- a/content/browser/browser_thread_impl.h |
+++ b/content/browser/browser_thread_impl.h |
@@ -11,8 +11,8 @@ |
namespace content { |
-class CONTENT_EXPORT BrowserThreadImpl |
- : public BrowserThread, public base::Thread { |
+class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread, |
+ public base::Thread { |
public: |
// Construct a BrowserThreadImpl with the supplied identifier. It is an error |
// to construct a BrowserThreadImpl that already exists. |