| Index: components/copresence/public/whispernet_client.h
|
| diff --git a/components/copresence/public/whispernet_client.h b/components/copresence/public/whispernet_client.h
|
| index afec22b2f4684d2a67fb526548574e2c78b9c2d9..a03d03a3a75a3a3d1bedcdf67bed0df0f2316369 100644
|
| --- a/components/copresence/public/whispernet_client.h
|
| +++ b/components/copresence/public/whispernet_client.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 COMPONENTS_COPRESENCE_INTERFACE_WHISPERNET_CLIENT_H_
|
| -#define COMPONENTS_COPRESENCE_INTERFACE_WHISPERNET_CLIENT_H_
|
| +#ifndef COMPONENTS_COPRESENCE_PUBLIC_WHISPERNET_CLIENT_H_
|
| +#define COMPONENTS_COPRESENCE_PUBLIC_WHISPERNET_CLIENT_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -67,4 +67,4 @@ class WhispernetClient {
|
|
|
| } // namespace copresence
|
|
|
| -#endif // COMPONENTS_COPRESENCE_INTERFACE_WHISPERNET_CLIENT_H_
|
| +#endif // COMPONENTS_COPRESENCE_PUBLIC_WHISPERNET_CLIENT_H_
|
|
|