| Index: jingle/notifier/base/ssl_adapter.h
|
| diff --git a/chrome/common/net/notifier/base/ssl_adapter.h b/jingle/notifier/base/ssl_adapter.h
|
| similarity index 82%
|
| rename from chrome/common/net/notifier/base/ssl_adapter.h
|
| rename to jingle/notifier/base/ssl_adapter.h
|
| index bd39d3b1e472ae3da60f3b8baafa7112e3abfbfc..32517cdc7644d597852c4e7525d7faa0a20153e4 100644
|
| --- a/chrome/common/net/notifier/base/ssl_adapter.h
|
| +++ b/jingle/notifier/base/ssl_adapter.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_NET_NOTIFIER_BASE_SSL_ADAPTER_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_BASE_SSL_ADAPTER_H_
|
| +#ifndef JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
|
| +#define JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
|
|
|
| namespace talk_base {
|
| class AsyncSocket;
|
| @@ -29,5 +29,5 @@ class SSLAdapterSocketFactory : public SocketFactory {
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_BASE_SSL_ADAPTER_H_
|
| +#endif // JINGLE_NOTIFIER_BASE_SSL_ADAPTER_H_
|
|
|
|
|