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

Unified Diff: test/errors.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/errors.h
diff --git a/util/test/errors.h b/test/errors.h
similarity index 96%
rename from util/test/errors.h
rename to test/errors.h
index c1d79bf92e682ff34eaf44463c8aa49c19f3b021..17b0bea62d3adfd35d7c6e8036cb601682733587 100644
--- a/util/test/errors.h
+++ b/test/errors.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_ERRORS_H_
-#define CRASHPAD_UTIL_TEST_ERRORS_H_
+#ifndef CRASHPAD_TEST_ERRORS_H_
+#define CRASHPAD_TEST_ERRORS_H_
#include <string>
@@ -79,4 +79,4 @@ std::string ErrorMessage(const std::string& base = std::string());
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_ERRORS_H_
+#endif // CRASHPAD_TEST_ERRORS_H_
« no previous file with comments | « snapshot/snapshot_test.gyp ('k') | test/errors.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698