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

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

Issue 419073002: Add the copresence DirectiveHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 5 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
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_

Powered by Google App Engine
This is Rietveld 408576698