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

Unified Diff: test/paths.h

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 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
Index: test/paths.h
diff --git a/util/test/paths.h b/test/paths.h
similarity index 93%
rename from util/test/paths.h
rename to test/paths.h
index 844413d65666df8c1d4bc2985818c0d0c1456ff5..c14316964ff06187a6bfd64762944ea53a13d031 100644
--- a/util/test/paths.h
+++ b/test/paths.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_PATHS_H_
-#define CRASHPAD_UTIL_TEST_PATHS_H_
+#ifndef CRASHPAD_TEST_PATHS_H_
+#define CRASHPAD_TEST_PATHS_H_
#include "base/basictypes.h"
#include "base/files/file_path.h"
@@ -46,4 +46,4 @@ class Paths {
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_PATHS_H_
+#endif // CRASHPAD_TEST_PATHS_H_
« no previous file with comments | « test/multiprocess_posix_test.cc ('k') | test/paths.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698