diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 21:00:53 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 21:00:53 +0000 |
commit | 1e1f5b25219fba0e0531fd1c118b0acb4ddf4e8f (patch) | |
tree | 8e57c4a192f12c9a4399f674f428f50ff9f2d531 /chrome/test | |
parent | afd1fc4bdfb208166faeea43bc139d76738c6411 (diff) | |
download | chromium_src-1e1f5b25219fba0e0531fd1c118b0acb4ddf4e8f.zip chromium_src-1e1f5b25219fba0e0531fd1c118b0acb4ddf4e8f.tar.gz chromium_src-1e1f5b25219fba0e0531fd1c118b0acb4ddf4e8f.tar.bz2 |
Remove unneeded macros that required WTL includes.
TBR=deanm
Review URL: http://codereview.chromium.org/27348
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/test_tab_contents.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/test_tab_contents.h b/chrome/test/test_tab_contents.h index d2aa48f..56c2e24 100644 --- a/chrome/test/test_tab_contents.h +++ b/chrome/test/test_tab_contents.h @@ -12,9 +12,6 @@ // TabContents typed created by TestTabContentsFactory. class TestTabContents : public TabContents { public: - BEGIN_MSG_MAP(TestTabContents) - END_MSG_MAP() - explicit TestTabContents(TabContentsType type); // Sets the site instance used by *ALL* TestTabContents. |