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

Unified Diff: content/public/common/input/scoped_web_input_event.cc

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/scoped_web_input_event.cc
diff --git a/content/common/input/scoped_web_input_event.cc b/content/public/common/input/scoped_web_input_event.cc
similarity index 83%
rename from content/common/input/scoped_web_input_event.cc
rename to content/public/common/input/scoped_web_input_event.cc
index 8cd6e8a386236c78bc6ec682d3815504441081c7..0a311193b86e23d2aef614455c104891f7ad1ab1 100644
--- a/content/common/input/scoped_web_input_event.cc
+++ b/content/public/common/input/scoped_web_input_event.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/input/scoped_web_input_event.h"
+#include "content/public/common/input/scoped_web_input_event.h"
#include "base/logging.h"
-#include "content/common/input/web_input_event_traits.h"
+#include "content/public/common/input/web_input_event_traits.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
using blink::WebGestureEvent;
« no previous file with comments | « content/public/common/input/scoped_web_input_event.h ('k') | content/public/common/input/web_input_event_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698