Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4800)

Unified Diff: chrome/test/pyautolib/pyautolib.i

Issue 6962035: Build pyautolib target under clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove virtual Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/chrome_tests.gypi ('K') | « chrome/test/pyautolib/pyautolib.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index b1321309b273346a13c7692196d49b6bb6cd1bbd..739e0ea04a0c8fd8f5da949b75046b064ffff47c 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -167,10 +167,11 @@ class PyUITestSuiteBase {
public:
%feature("docstring", "Create the suite.") PyUITestSuiteBase;
PyUITestSuiteBase(int argc, char** argv);
- ~PyUITestSuiteBase();
+ virtual ~PyUITestSuiteBase();
- %feature("docstring", "Initialize from the path to browser dir.") Initialize;
- void Initialize(const FilePath& browser_dir);
+ %feature("docstring", "Initialize from the path to browser dir.")
+ InitializeWithPath;
+ void InitializeWithPath(const FilePath& browser_dir);
%feature("docstring", "Set chrome source root path, used in some tests")
SetCrSourceRoot;
void SetCrSourceRoot(const FilePath& path);
« chrome/chrome_tests.gypi ('K') | « chrome/test/pyautolib/pyautolib.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698