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

Unified Diff: webkit/support/webkit_support.h

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 | « webkit/support/web_layer_tree_view_impl_for_testing.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.h
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
deleted file mode 100644
index ed09e67f52776bbbe63bccc845830d0e1bfe3623..0000000000000000000000000000000000000000
--- a/webkit/support/webkit_support.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
-#define WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
-
-// This package provides functions used by webkit_unit_tests.
-namespace webkit_support {
-
-// Initializes or terminates a test environment for unit tests.
-void SetUpTestEnvironmentForUnitTests();
-void TearDownTestEnvironment();
-
-} // namespace webkit_support
-
-#endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
« no previous file with comments | « webkit/support/web_layer_tree_view_impl_for_testing.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698