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

Unified Diff: chrome/test/chromedriver/chrome/stub_web_view.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/stub_web_view.h
diff --git a/chrome/test/chromedriver/stub_web_view.h b/chrome/test/chromedriver/chrome/stub_web_view.h
similarity index 90%
rename from chrome/test/chromedriver/stub_web_view.h
rename to chrome/test/chromedriver/chrome/stub_web_view.h
index c4f245ed4af1adfd988a905aa7e8ea07fff5c7db..c4ac5bc3251b57114fd88325beb9aa2bb921ee11 100644
--- a/chrome/test/chromedriver/stub_web_view.h
+++ b/chrome/test/chromedriver/chrome/stub_web_view.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_TEST_CHROMEDRIVER_STUB_WEB_VIEW_H_
-#define CHROME_TEST_CHROMEDRIVER_STUB_WEB_VIEW_H_
+#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_STUB_WEB_VIEW_H_
+#define CHROME_TEST_CHROMEDRIVER_CHROME_STUB_WEB_VIEW_H_
#include <list>
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/test/chromedriver/web_view.h"
+#include "chrome/test/chromedriver/chrome/web_view.h"
namespace base {
class ListValue;
@@ -61,4 +61,4 @@ class StubWebView : public WebView {
std::string id_;
};
-#endif // CHROME_TEST_CHROMEDRIVER_STUB_WEB_VIEW_H_
+#endif // CHROME_TEST_CHROMEDRIVER_CHROME_STUB_WEB_VIEW_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/stub_devtools_client.cc ('k') | chrome/test/chromedriver/chrome/stub_web_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698