Index: base/test/test_shortcut_win.h |
diff --git a/base/test/test_shortcut_win.h b/base/test/test_shortcut_win.h |
deleted file mode 100644 |
index b828e8bb1f3d9ddcc7da64452d0a08b371798d40..0000000000000000000000000000000000000000 |
--- a/base/test/test_shortcut_win.h |
+++ /dev/null |
@@ -1,30 +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 BASE_TEST_TEST_SHORTCUT_WIN_H_ |
-#define BASE_TEST_TEST_SHORTCUT_WIN_H_ |
- |
-#include "base/files/file_path.h" |
-#include "base/win/shortcut.h" |
- |
-// Windows shortcut functions used only by tests. |
- |
-namespace base { |
-namespace win { |
- |
-// Validates |actual_path|'s LongPathName case-insensitively matches |
-// |expected_path|'s LongPathName. |
-void ValidatePathsAreEqual(const base::FilePath& expected_path, |
- const base::FilePath& actual_path); |
- |
-// Validates that a shortcut exists at |shortcut_path| with the expected |
-// |properties|. |
-// Logs gtest failures on failed verifications. |
-void ValidateShortcut(const FilePath& shortcut_path, |
- const ShortcutProperties& properties); |
- |
-} // namespace win |
-} // namespace base |
- |
-#endif // BASE_TEST_TEST_SHORTCUT_WIN_H_ |