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; |