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

Unified Diff: chrome/test/chromedriver/command_executor.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
« no previous file with comments | « chrome/test/chromedriver/chromedriver_unittest.cc ('k') | chrome/test/chromedriver/command_executor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/command_executor.h
diff --git a/chrome/test/chromedriver/command_executor.h b/chrome/test/chromedriver/command_executor.h
index 5f8e5fe589420830f209062b461df9e586b14dcb..e5d60c6cc2e2cba23e31da6dc8595eb9bdb226fb 100644
--- a/chrome/test/chromedriver/command_executor.h
+++ b/chrome/test/chromedriver/command_executor.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "chrome/test/chromedriver/status.h"
+#include "chrome/test/chromedriver/chrome/status.h"
namespace base {
class DictionaryValue;
« no previous file with comments | « chrome/test/chromedriver/chromedriver_unittest.cc ('k') | chrome/test/chromedriver/command_executor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698