summaryrefslogtreecommitdiffstats
path: root/chrome/common/task_queue.cc
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 14:03:33 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 14:03:33 +0000
commitfa1afe31ecd9b3d2720bb1b5eb35ebfebf9d5c64 (patch)
tree62aaf99bbfbc30d32f793bdcec6fb5da0c8a94e2 /chrome/common/task_queue.cc
parent08e26077e930d99b2e692f0e3d35ecd66f4511d9 (diff)
downloadchromium_src-fa1afe31ecd9b3d2720bb1b5eb35ebfebf9d5c64.zip
chromium_src-fa1afe31ecd9b3d2720bb1b5eb35ebfebf9d5c64.tar.gz
chromium_src-fa1afe31ecd9b3d2720bb1b5eb35ebfebf9d5c64.tar.bz2
NO CODE CHANGE. Whitespace change just to force a compilation.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7926 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/task_queue.cc')
-rw-r--r--chrome/common/task_queue.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/task_queue.cc b/chrome/common/task_queue.cc
index 7ef43aa..bb73150 100644
--- a/chrome/common/task_queue.cc
+++ b/chrome/common/task_queue.cc
@@ -44,4 +44,3 @@ void TaskQueue::Clear() {
bool TaskQueue::Empty() const {
return queue_.empty();
}
-