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

Unified Diff: chrome/test/chromedriver/chrome/navigation_tracker.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
Index: chrome/test/chromedriver/chrome/navigation_tracker.cc
diff --git a/chrome/test/chromedriver/navigation_tracker.cc b/chrome/test/chromedriver/chrome/navigation_tracker.cc
similarity index 96%
rename from chrome/test/chromedriver/navigation_tracker.cc
rename to chrome/test/chromedriver/chrome/navigation_tracker.cc
index c915eb8604a5ee192a66bf5bc6c5b5e04621cec0..1553ac4bc7dcc2d893ccbd3f1304aa0ee582f18c 100644
--- a/chrome/test/chromedriver/navigation_tracker.cc
+++ b/chrome/test/chromedriver/chrome/navigation_tracker.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/chromedriver/navigation_tracker.h"
+#include "chrome/test/chromedriver/chrome/navigation_tracker.h"
#include "base/logging.h"
#include "base/stringprintf.h"
#include "base/values.h"
-#include "chrome/test/chromedriver/devtools_client.h"
-#include "chrome/test/chromedriver/status.h"
+#include "chrome/test/chromedriver/chrome/devtools_client.h"
+#include "chrome/test/chromedriver/chrome/status.h"
NavigationTracker::NavigationTracker(DevToolsClient* client)
: client_(client),
« no previous file with comments | « chrome/test/chromedriver/chrome/navigation_tracker.h ('k') | chrome/test/chromedriver/chrome/navigation_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698