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

Unified Diff: content/public/test/unittest_test_suite.cc

Issue 11824036: Update #includes (and some comments) since WebKitPlatformSupport class is now defined in Platform.h… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Update some #includes now that WebKitPlatformSupport is defined in Platform.h Created 7 years, 10 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 | webkit/glue/cpp_bound_class_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/unittest_test_suite.cc
===================================================================
--- content/public/test/unittest_test_suite.cc (revision 183791)
+++ content/public/test/unittest_test_suite.cc (working copy)
@@ -7,8 +7,8 @@
#include "base/logging.h"
#include "base/rand_util.h"
#include "base/test/test_suite.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/Platform.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h"
#include "webkit/compositor_bindings/web_compositor_support_impl.h"
namespace content {
« no previous file with comments | « no previous file | webkit/glue/cpp_bound_class_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698