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

Unified Diff: chrome/test/chromedriver/chrome/navigation_tracker.h

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.h
diff --git a/chrome/test/chromedriver/navigation_tracker.h b/chrome/test/chromedriver/chrome/navigation_tracker.h
similarity index 78%
rename from chrome/test/chromedriver/navigation_tracker.h
rename to chrome/test/chromedriver/chrome/navigation_tracker.h
index da5f4b8ff856dca85399dad38fc941be587b5f1c..2664a6410b6e296da6fc2cc3c7b25bb727ed1c71 100644
--- a/chrome/test/chromedriver/navigation_tracker.h
+++ b/chrome/test/chromedriver/chrome/navigation_tracker.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_TEST_CHROMEDRIVER_NAVIGATION_TRACKER_H_
-#define CHROME_TEST_CHROMEDRIVER_NAVIGATION_TRACKER_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_NAVIGATION_TRACKER_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_NAVIGATION_TRACKER_H_
#include <set>
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chrome/test/chromedriver/devtools_event_listener.h"
-#include "chrome/test/chromedriver/status.h"
+#include "chrome/test/chromedriver/chrome/devtools_event_listener.h"
+#include "chrome/test/chromedriver/chrome/status.h"
namespace base {
class DictionaryValue;
@@ -48,4 +48,4 @@ class NavigationTracker : public DevToolsEventListener {
DISALLOW_COPY_AND_ASSIGN(NavigationTracker);
};
-#endif // CHROME_TEST_CHROMEDRIVER_NAVIGATION_TRACKER_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_NAVIGATION_TRACKER_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/local_state.txt ('k') | chrome/test/chromedriver/chrome/navigation_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698