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..61eeed0d15a66a71563688f5c0756f6643c91a44 100644 |
--- a/components/copresence/public/whispernet_client.h |
+++ b/components/copresence/public/whispernet_client.h |
@@ -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_ |