diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 13:18:10 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 13:18:10 +0000 |
commit | 9d9a80a42fb5ce0879227132b848034c4dbb4ee9 (patch) | |
tree | 5c480f45c0356f0da2943eaf5934ac74f2bfecc1 /chrome/browser/in_process_webkit/webkit_thread.h | |
parent | 92543b1c9f448f56d83d29ac23b60ae3bae0c739 (diff) | |
download | chromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.zip chromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.tar.gz chromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.tar.bz2 |
Rename ChromeThread to BrowserThread Part12:
- Rename entries under in_process_webkit and notifications.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3669002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/in_process_webkit/webkit_thread.h')
-rw-r--r-- | chrome/browser/in_process_webkit/webkit_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/in_process_webkit/webkit_thread.h b/chrome/browser/in_process_webkit/webkit_thread.h index eeed43c..7884501 100644 --- a/chrome/browser/in_process_webkit/webkit_thread.h +++ b/chrome/browser/in_process_webkit/webkit_thread.h @@ -25,7 +25,7 @@ class WebKitThread { private: // Must be private so that we can carefully control its lifetime. - class InternalWebKitThread : public ChromeThread { + class InternalWebKitThread : public BrowserThread { public: InternalWebKitThread(); virtual ~InternalWebKitThread(); |