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

Unified Diff: content/test/content_test_suite.h

Issue 1208603002: content: implement unittests backend for Ozone GBM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | content/test/content_test_suite.cc » ('j') | content/test/content_test_suite.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_suite.h
diff --git a/content/test/content_test_suite.h b/content/test/content_test_suite.h
index 6991b99cf62ef506c6f68e605e8538528ac46881..e607a81232490211bc28c93255a0b4652d1acffe 100644
--- a/content/test/content_test_suite.h
+++ b/content/test/content_test_suite.h
@@ -27,6 +27,11 @@ class ContentTestSuite : public ContentTestSuiteBase {
base::win::ScopedCOMInitializer com_initializer_;
#endif
+#if defined(USE_OZONE)
+ struct Impl;
+ scoped_ptr<Impl> ozone_impl_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(ContentTestSuite);
};
« no previous file with comments | « no previous file | content/test/content_test_suite.cc » ('j') | content/test/content_test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698