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

Unified Diff: content/test/webkit_support.cc

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 3 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/test/webkit_support.h ('k') | content/test/webkit_support_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webkit_support.cc
diff --git a/webkit/support/webkit_support.cc b/content/test/webkit_support.cc
similarity index 96%
rename from webkit/support/webkit_support.cc
rename to content/test/webkit_support.cc
index 6f9d41ac3d7306ee765f419693aa69a393aef9ca..109b2c700906b1c82cbce72a2b3d752108830991 100644
--- a/webkit/support/webkit_support.cc
+++ b/content/test/webkit_support.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/support/webkit_support.h"
+#include "content/test/webkit_support.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
+#include "content/test/test_webkit_platform_support.h"
#include "third_party/WebKit/public/web/WebCache.h"
#include "third_party/WebKit/public/web/WebKit.h"
#include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
#include "url/url_util.h"
#include "webkit/common/user_agent/user_agent.h"
#include "webkit/common/user_agent/user_agent_util.h"
-#include "webkit/support/test_webkit_platform_support.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
« no previous file with comments | « content/test/webkit_support.h ('k') | content/test/webkit_support_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698