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

Unified Diff: components/about_handler/url_request_about_job.h

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: components/about_handler/url_request_about_job.h
diff --git a/net/url_request/url_request_about_job.h b/components/about_handler/url_request_about_job.h
similarity index 80%
rename from net/url_request/url_request_about_job.h
rename to components/about_handler/url_request_about_job.h
index 36778b898648fe97350638e765510a5c64017a48..2fac58ebfbe12b542e10a5f06e0083b8565d9d3d 100644
--- a/net/url_request/url_request_about_job.h
+++ b/components/about_handler/url_request_about_job.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_URL_REQUEST_URL_REQUEST_ABOUT_JOB_H_
-#define NET_URL_REQUEST_URL_REQUEST_ABOUT_JOB_H_
+#ifndef COMPONENTS_ABOUT_HANDLER_URL_REQUEST_ABOUT_JOB_H_
+#define COMPONENTS_ABOUT_HANDLER_URL_REQUEST_ABOUT_JOB_H_
#include <string>
@@ -31,4 +31,4 @@ class NET_EXPORT URLRequestAboutJob : public URLRequestJob {
} // namespace net
droger 2015/08/12 13:03:25 } // namespace about_handler
Jitu( very slow this week) 2015/08/12 14:34:17 Done.
-#endif // NET_URL_REQUEST_URL_REQUEST_ABOUT_JOB_H_
+#endif // COMPONENTS_ABOUT_HANDLER_URL_REQUEST_ABOUT_JOB_H_

Powered by Google App Engine
This is Rietveld 408576698