Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: components/copresence/public/whispernet_client.h

Issue 438163002: Fix header guard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698