diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 18:51:19 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 18:51:19 +0000 |
commit | ff4db3653c00cd23104ab773db6d97533e786105 (patch) | |
tree | 45d55a20b75149a4ceb5db62bf11d8478639ee9f /base/waitable_event_watcher.h | |
parent | d820daed02d6bd245c0821bf6c961ab68f829d7c (diff) | |
download | chromium_src-ff4db3653c00cd23104ab773db6d97533e786105.zip chromium_src-ff4db3653c00cd23104ab773db6d97533e786105.tar.gz chromium_src-ff4db3653c00cd23104ab773db6d97533e786105.tar.bz2 |
I let a tab slip into the code; remove it.
(I blame Visual Studio)
Review URL: http://codereview.chromium.org/21131
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/waitable_event_watcher.h')
-rw-r--r-- | base/waitable_event_watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/waitable_event_watcher.h b/base/waitable_event_watcher.h index 3e17a10..1b49944 100644 --- a/base/waitable_event_watcher.h +++ b/base/waitable_event_watcher.h @@ -55,7 +55,7 @@ class AsyncCallbackTask; class WaitableEventWatcher #if defined(OS_POSIX) - : public MessageLoop::DestructionObserver + : public MessageLoop::DestructionObserver #endif { public: |