summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libjingle/source/talk/base/gunit.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libjingle/source/talk/base/gunit.h')
-rw-r--r--chromium/third_party/libjingle/source/talk/base/gunit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/third_party/libjingle/source/talk/base/gunit.h b/chromium/third_party/libjingle/source/talk/base/gunit.h
index 3a0321468a7..e56dd6f617a 100644
--- a/chromium/third_party/libjingle/source/talk/base/gunit.h
+++ b/chromium/third_party/libjingle/source/talk/base/gunit.h
@@ -36,11 +36,6 @@
#include "testing/base/public/gunit.h"
#endif
-// forward declarations
-namespace talk_base {
-class Pathname;
-}
-
// Wait until "ex" is true, or "timeout" expires.
#define WAIT(ex, timeout) \
for (uint32 start = talk_base::Time(); \
@@ -107,6 +102,4 @@ class Pathname;
} \
} while (0);
-talk_base::Pathname GetTalkDirectory();
-
#endif // TALK_BASE_GUNIT_H_