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

Unified Diff: test/scoped_temp_dir.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/scoped_temp_dir.h
diff --git a/util/test/scoped_temp_dir.h b/test/scoped_temp_dir.h
similarity index 93%
rename from util/test/scoped_temp_dir.h
rename to test/scoped_temp_dir.h
index df9a4b7b8c4f5f71aebe6b592ab292b8756e2772..781975cd00af4340e740398bee6ca7c92aea5ecf 100644
--- a/util/test/scoped_temp_dir.h
+++ b/test/scoped_temp_dir.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
-#define CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
+#ifndef CRASHPAD_TEST_SCOPED_TEMP_DIR_
+#define CRASHPAD_TEST_SCOPED_TEMP_DIR_
#include "base/basictypes.h"
#include "base/files/file_path.h"
@@ -61,4 +61,4 @@ class ScopedTempDir {
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
+#endif // CRASHPAD_TEST_SCOPED_TEMP_DIR_
« no previous file with comments | « test/paths_win.cc ('k') | test/scoped_temp_dir.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698