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

Unified Diff: chrome/test/chromedriver/chrome/chrome_impl.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/chrome_impl.h
diff --git a/chrome/test/chromedriver/chrome_impl.h b/chrome/test/chromedriver/chrome/chrome_impl.h
similarity index 88%
rename from chrome/test/chromedriver/chrome_impl.h
rename to chrome/test/chromedriver/chrome/chrome_impl.h
index 6f594502de6b79c41ef191ca56956f10b73f1ce3..eb4bcdfbe07a77a228c8e7d0b2486161bb535518 100644
--- a/chrome/test/chromedriver/chrome_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
-#define CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_IMPL_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_IMPL_H_
#include <list>
#include <map>
@@ -12,9 +12,9 @@
#include "base/compiler_specific.h"
#include "base/memory/linked_ptr.h"
#include "base/memory/ref_counted.h"
-#include "chrome/test/chromedriver/chrome.h"
+#include "chrome/test/chromedriver/chrome/chrome.h"
+#include "chrome/test/chromedriver/chrome/web_view_delegate.h"
#include "chrome/test/chromedriver/net/sync_websocket_factory.h"
-#include "chrome/test/chromedriver/web_view_delegate.h"
class JavaScriptDialogManager;
class Status;
@@ -88,4 +88,4 @@ Status ParseVersionInfo(const std::string& data,
} // namespace internal
-#endif // CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_IMPL_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_finder_unittest.cc ('k') | chrome/test/chromedriver/chrome/chrome_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698