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

Unified Diff: content/shell/renderer/test_runner/TestInterfaces.h

Issue 421703003: test_runner: Rename WebTestThemeEngineMac to MockWebThemeEngineMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fix Created 6 years, 5 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 | « content/shell/BUILD.gn ('k') | content/shell/renderer/test_runner/TestInterfaces.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/TestInterfaces.h
diff --git a/content/shell/renderer/test_runner/TestInterfaces.h b/content/shell/renderer/test_runner/TestInterfaces.h
index ea91fed332be5df5e86a871598db222ded388298..b2034760566a10addb74a6ecccdd335333e1d0ef 100644
--- a/content/shell/renderer/test_runner/TestInterfaces.h
+++ b/content/shell/renderer/test_runner/TestInterfaces.h
@@ -12,7 +12,7 @@
#include "third_party/WebKit/public/platform/WebNonCopyable.h"
#if defined(__APPLE__)
-#include "content/shell/renderer/test_runner/WebTestThemeEngineMac.h"
+#include "content/shell/renderer/test_runner/mock_web_theme_engine_mac.h"
#else
#include "content/shell/renderer/test_runner/mock_web_theme_engine.h"
#endif
@@ -69,7 +69,7 @@ private:
std::vector<WebTestProxyBase*> m_windowList;
#if defined(__APPLE__)
- scoped_ptr<WebTestThemeEngineMac> m_themeEngine;
+ scoped_ptr<MockWebThemeEngineMac> m_themeEngine;
#else
scoped_ptr<MockWebThemeEngine> m_themeEngine;
#endif
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/renderer/test_runner/TestInterfaces.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698