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_ |