summaryrefslogtreecommitdiffstats
path: root/tools/purify/purify_message.py
diff options
context:
space:
mode:
authoraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 01:36:02 +0000
committeraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 01:36:02 +0000
commit0daa4fc8d2809bb42f93f1a348e43924608ff7fe (patch)
tree9aae73bbe8dd7589669b539710380cf8facbdb76 /tools/purify/purify_message.py
parent0d5e0eb4b86a87924db2317a869971cdad53c4f6 (diff)
downloadchromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.zip
chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.gz
chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.bz2
Move SQLite from src/chrome/third_party to src/third_party
since it will be shared with WebCore and Gears in the future. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/purify/purify_message.py')
-rw-r--r--tools/purify/purify_message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/purify/purify_message.py b/tools/purify/purify_message.py
index ea417ab..be1b58d 100644
--- a/tools/purify/purify_message.py
+++ b/tools/purify/purify_message.py
@@ -124,7 +124,7 @@ class Stack:
# When we leak sqlite stuff, we leak a lot, and the stacks
# are all over the place. For now, let's assume that
# sqlite itself is leak free and focus on our calling code.
- re.compile('chrome/third_party/sqlite/.*'),
+ re.compile('third_party/sqlite/.*'),
)
pat_unit_test = re.compile('^([a-zA-Z0-9]+)_(\w+)_Test::.*')