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

Unified Diff: chrome/test/chromedriver/chrome/ui_events.cc

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and fix compile error on mac. Created 7 years, 9 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
« no previous file with comments | « chrome/test/chromedriver/chrome/ui_events.h ('k') | chrome/test/chromedriver/chrome/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/ui_events.cc
diff --git a/chrome/test/chromedriver/ui_events.cc b/chrome/test/chromedriver/chrome/ui_events.cc
similarity index 93%
rename from chrome/test/chromedriver/ui_events.cc
rename to chrome/test/chromedriver/chrome/ui_events.cc
index 05c5eb5a2e1e13b1fc83b6d47492bbd626962f8a..7ca28175436d0e011cf5dbd071ac01708825a140 100644
--- a/chrome/test/chromedriver/ui_events.cc
+++ b/chrome/test/chromedriver/chrome/ui_events.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/chromedriver/ui_events.h"
+#include "chrome/test/chromedriver/chrome/ui_events.h"
MouseEvent::MouseEvent(MouseEventType type,
MouseButton button,
« no previous file with comments | « chrome/test/chromedriver/chrome/ui_events.h ('k') | chrome/test/chromedriver/chrome/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698