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

Unified Diff: chromeos/chromeos_test_utils.h

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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 | « chromeos/chromeos.gyp ('k') | chromeos/chromeos_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_test_utils.h
diff --git a/chromeos/chromeos_test_utils.h b/chromeos/chromeos_test_utils.h
new file mode 100644
index 0000000000000000000000000000000000000000..b424580bdbaaa35ee90c4bec74542635147e55e4
--- /dev/null
+++ b/chromeos/chromeos_test_utils.h
@@ -0,0 +1,23 @@
+// 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 CHROMEOS_CHROMEOS_TEST_UTILS_H_
+#define CHROMEOS_CHROMEOS_TEST_UTILS_H_
+
+#include <string>
+
+class FilePath;
+
+namespace chromeos {
+namespace test_utils {
+
+// Returns the path to the given test data file for this library.
+bool GetTestDataPath(const std::string& component,
+ const std::string& filename,
+ FilePath* data_dir);
+
+} // namespace test_utils
+} // namespace chromeos
+
+#endif // CHROMEOS_CHROMEOS_TEST_UTILS_H_
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/chromeos_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698