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

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

Issue 2524763002: make NavigationGesture part of public content API and use it outside content (Closed)
Patch Set: Created 4 years, 1 month 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 | « content/public/common/BUILD.gn ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/navigation_gesture.h
diff --git a/content/common/navigation_gesture.h b/content/public/common/navigation_gesture.h
similarity index 80%
rename from content/common/navigation_gesture.h
rename to content/public/common/navigation_gesture.h
index 380cd51fff750128236b868b5bfea7761ae16cc7..fae30bc376afe043ba8af17a2a5285abe17a0416 100644
--- a/content/common/navigation_gesture.h
+++ b/content/public/common/navigation_gesture.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_COMMON_NAVIGATION_GESTURE_H_
-#define CONTENT_COMMON_NAVIGATION_GESTURE_H_
+#ifndef CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
+#define CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
namespace content {
@@ -21,4 +21,4 @@ enum NavigationGesture {
} // namespace content
-#endif // CONTENT_COMMON_NAVIGATION_GESTURE_H_
+#endif // CONTENT_PUBLIC_COMMON_NAVIGATION_GESTURE_H_
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698