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

Unified Diff: net/test/test_data_directory.h

Issue 2090463002: Move net/base/test_data_directory.[cc,h] to net/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « net/test/embedded_test_server/embedded_test_server.cc ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/test_data_directory.h
diff --git a/net/base/test_data_directory.h b/net/test/test_data_directory.h
similarity index 88%
rename from net/base/test_data_directory.h
rename to net/test/test_data_directory.h
index 9f1a84d369a9ba137e9eb598b17a7b96bec470b5..4ca6af9c1065e23635c725e648219248f3007bfb 100644
--- a/net/base/test_data_directory.h
+++ b/net/test/test_data_directory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_TEST_DATA_DIRECTORY_H_
-#define NET_BASE_TEST_DATA_DIRECTORY_H_
+#ifndef NET_TEST_TEST_DATA_DIRECTORY_H_
+#define NET_TEST_TEST_DATA_DIRECTORY_H_
#include "base/files/file_path.h"
@@ -26,4 +26,4 @@ base::FilePath GetWebSocketTestDataDirectory();
} // namespace net
-#endif // NET_BASE_TEST_DATA_DIRECTORY_H_
+#endif // NET_TEST_TEST_DATA_DIRECTORY_H_
« no previous file with comments | « net/test/embedded_test_server/embedded_test_server.cc ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698