diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 23:08:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 23:08:44 +0000 |
commit | f1a29a0fc1bd1c2428ba1f9594630e6552ff412f (patch) | |
tree | 95786e5c7986a01940db96029de59c91f5297943 /content/renderer/notification_provider.cc | |
parent | 152d4e7db7c84adfa2afd260bf40c28d2defc106 (diff) | |
download | chromium_src-f1a29a0fc1bd1c2428ba1f9594630e6552ff412f.zip chromium_src-f1a29a0fc1bd1c2428ba1f9594630e6552ff412f.tar.gz chromium_src-f1a29a0fc1bd1c2428ba1f9594630e6552ff412f.tar.bz2 |
Rename RenderThread to RenderThreadImpl
BUG=98716
TBR=ananta
Review URL: http://codereview.chromium.org/8171015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/notification_provider.cc')
-rw-r--r-- | content/renderer/notification_provider.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc index 1fe71e0..ce074b5 100644 --- a/content/renderer/notification_provider.cc +++ b/content/renderer/notification_provider.cc @@ -8,7 +8,6 @@ #include "base/task.h" #include "content/common/desktop_notification_messages.h" #include "content/common/view_messages.h" -#include "content/renderer/render_thread.h" #include "content/renderer/render_view.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |