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

Unified Diff: content/public/common/input/web_input_event_traits.h

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue Created 4 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/input/web_input_event_traits.h
diff --git a/content/common/input/web_input_event_traits.h b/content/public/common/input/web_input_event_traits.h
similarity index 83%
rename from content/common/input/web_input_event_traits.h
rename to content/public/common/input/web_input_event_traits.h
index 008439c9e28e843ac704ab9505424dbb7c0cacc1..6ccd2b275b35cc0687ff6f5b8e242cb5e4b56fc4 100644
--- a/content/common/input/web_input_event_traits.h
+++ b/content/public/common/input/web_input_event_traits.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 CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
-#define CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
+#ifndef CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
+#define CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
-#include "content/common/input/scoped_web_input_event.h"
+#include "content/public/common/input/scoped_web_input_event.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
namespace content {
@@ -35,4 +35,4 @@ class CONTENT_EXPORT WebInputEventTraits {
} // namespace content
-#endif // CONTENT_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
+#endif // CONTENT_PUBLIC_COMMON_INPUT_WEB_INPUT_EVENT_TRAITS_H_
« no previous file with comments | « content/public/common/input/scoped_web_input_event.cc ('k') | content/public/common/input/web_input_event_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698