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

Unified Diff: content/public/common/presentation_session.h

Issue 2617143006: [Presentation API] Move Presentation API structs to public/common (Closed)
Patch Set: Rebase Created 3 years, 11 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: content/public/common/presentation_session.h
diff --git a/content/public/browser/presentation_session.h b/content/public/common/presentation_session.h
similarity index 91%
rename from content/public/browser/presentation_session.h
rename to content/public/common/presentation_session.h
index 8e5eb54676d349921ea4872aa2c93fd359a0a9dd..87bafb4b140cc45bf33603184280263f287c86db 100644
--- a/content/public/browser/presentation_session.h
+++ b/content/public/common/presentation_session.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 CONTENT_PUBLIC_BROWSER_PRESENTATION_SESSION_H_
-#define CONTENT_PUBLIC_BROWSER_PRESENTATION_SESSION_H_
+#ifndef CONTENT_PUBLIC_COMMON_PRESENTATION_SESSION_H_
+#define CONTENT_PUBLIC_COMMON_PRESENTATION_SESSION_H_
#include <string>
@@ -59,4 +59,4 @@ struct CONTENT_EXPORT PresentationError {
} // namespace content
-#endif // CONTENT_PUBLIC_BROWSER_PRESENTATION_SESSION_H_
+#endif // CONTENT_PUBLIC_COMMON_PRESENTATION_SESSION_H_
« no previous file with comments | « content/public/common/presentation_connection_message.cc ('k') | content/public/common/presentation_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698