diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 03:02:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 03:02:40 +0000 |
commit | 0f591eee6f41c88316f421d2418bff42a68fb24e (patch) | |
tree | 5a39d31e7e122af8f9317da9c4287428d4da8944 /content/browser/browser_thread_impl.h | |
parent | 84339434690074b89703225029ed5890a3715bbb (diff) | |
download | chromium_src-0f591eee6f41c88316f421d2418bff42a68fb24e.zip chromium_src-0f591eee6f41c88316f421d2418bff42a68fb24e.tar.gz chromium_src-0f591eee6f41c88316f421d2418bff42a68fb24e.tar.bz2 |
content: Remove deprecated method from TestBrowserThread.
TEST=content_unittests
R=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11881025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_thread_impl.h')
-rw-r--r-- | content/browser/browser_thread_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h index 9eaeb68..de99514 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. |