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

Unified Diff: content/browser/net/url_request_mock_net_error_job.h

Issue 7149013: Remove most of the remaining test dependencies (other than chrome/test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: content/browser/net/url_request_mock_net_error_job.h
===================================================================
--- content/browser/net/url_request_mock_net_error_job.h (revision 0)
+++ content/browser/net/url_request_mock_net_error_job.h (working copy)
@@ -6,12 +6,12 @@
// related).
// It is based on URLRequestMockHttpJob.
-#ifndef CHROME_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
-#define CHROME_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
+#ifndef CONTENT_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
+#define CONTENT_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
#pragma once
#include "base/task.h"
-#include "chrome/browser/net/url_request_mock_http_job.h"
+#include "content/browser/net/url_request_mock_http_job.h"
class URLRequestMockNetErrorJob : public URLRequestMockHTTPJob {
public:
@@ -59,4 +59,4 @@
DISALLOW_COPY_AND_ASSIGN(URLRequestMockNetErrorJob);
};
-#endif // CHROME_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
+#endif // CONTENT_BROWSER_NET_URL_REQUEST_MOCK_NET_ERROR_JOB_H_
« no previous file with comments | « content/browser/net/url_request_mock_http_job.cc ('k') | content/browser/net/url_request_mock_net_error_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698