Commit e3c632c2 authored by rkc@chromium.org's avatar rkc@chromium.org

Fix header guard.

Fix header guard and include for the whispernet_client public interface.

R=ckehoe@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/438163002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287418 0039d316-1c4b-4281-b951-d872f2087c98
parent 0387ab35
......@@ -2,15 +2,15 @@
// 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>
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/ref_counted.h"
namespace media {
class AudioBusRefCounted;
......@@ -67,4 +67,4 @@ class WhispernetClient {
} // namespace copresence
#endif // COMPONENTS_COPRESENCE_INTERFACE_WHISPERNET_CLIENT_H_
#endif // COMPONENTS_COPRESENCE_PUBLIC_WHISPERNET_CLIENT_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment