Index: components/cronet/android/test/cronet_mock_job_interceptor.h |
diff --git a/components/cronet/android/test/cronet_mock_job_interceptor.h b/components/cronet/android/test/cronet_mock_job_interceptor.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1c3c954f1c10cecf9f02f25aa113705cc91eecf2 |
--- /dev/null |
+++ b/components/cronet/android/test/cronet_mock_job_interceptor.h |
@@ -0,0 +1,14 @@ |
+// Copyright 2014 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 CRONET_TEST_CRONET_MOCK_JOB_INTERCEPTOR_H_ |
+#define CRONET_TEST_CRONET_MOCK_JOB_INTERCEPTOR_H_ |
+ |
+namespace cronet { |
+void AddUrlInterceptors(); |
+ |
+} // namespace cronet |
+ |
+#endif // CRONET_TEST_CRONET_MOCK_JOB_INTERCEPTOR_H_ |