summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 01:32:20 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-12 01:32:20 +0000
commitaebced3ed6d39cbd3bf7ce47d3799a7804e390f0 (patch)
treed03996884df44d35c3a0c7a59301adf2efe71c61 /PRESUBMIT.py
parent2ff600aa2c0e06e850fa73979a9d938655aca6cc (diff)
downloadchromium_src-aebced3ed6d39cbd3bf7ce47d3799a7804e390f0.zip
chromium_src-aebced3ed6d39cbd3bf7ce47d3799a7804e390f0.tar.gz
chromium_src-aebced3ed6d39cbd3bf7ce47d3799a7804e390f0.tar.bz2
browser: Move FindLastActiveWithProfile() into chrome namespace.
BUG=133088 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/11363188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f534343..08f3452 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -142,7 +142,7 @@ _BANNED_CPP_FUNCTIONS = (
False,
),
(
- 'browser::FindLastActiveWithProfile',
+ 'chrome::FindLastActiveWithProfile',
(
'This function is deprecated and we\'re working on removing it. Pass',
'more context to get a Browser*, like a WebContents, window, or session',