| Index: chrome/browser/internal_auth.h
|
| diff --git a/chrome/browser/internal_auth.h b/chrome/browser/internal_auth.h
|
| index 4a484595dc74a9ef2ebd9047cd4463b370eeff11..aa303330cad4c91e32f8b258f69a355b80c22104 100644
|
| --- a/chrome/browser/internal_auth.h
|
| +++ b/chrome/browser/internal_auth.h
|
| @@ -11,11 +11,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
|
|
| -namespace extensions {
|
| -class WebSocketProxyPrivateGetPassportForTCPFunction;
|
| -class WebSocketProxyPrivateGetURLForTCPFunction;
|
| -}
|
| -
|
| namespace chrome {
|
|
|
| // Call InternalAuthVerification methods on any thread.
|
| @@ -54,9 +49,6 @@ class InternalAuthVerification {
|
| // Not thread-safe. Make all calls on the same thread (UI thread).
|
| class InternalAuthGeneration {
|
| private:
|
| - friend class extensions::WebSocketProxyPrivateGetPassportForTCPFunction;
|
| - friend class extensions::WebSocketProxyPrivateGetURLForTCPFunction;
|
| -
|
| FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BasicGeneration);
|
| FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, DoubleGeneration);
|
| FRIEND_TEST_ALL_PREFIXES(InternalAuthTest, BadGeneration);
|
|
|