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

Unified Diff: content/common/url_fetcher.h

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 9 years, 7 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 | « content/common/test_url_fetcher_factory.cc ('k') | content/common/url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_fetcher.h
===================================================================
--- content/common/url_fetcher.h (revision 87315)
+++ content/common/url_fetcher.h (working copy)
@@ -11,8 +11,8 @@
// temporary situation. We will work on allowing support for multiple "io"
// threads per process.
-#ifndef CHROME_COMMON_NET_URL_FETCHER_H_
-#define CHROME_COMMON_NET_URL_FETCHER_H_
+#ifndef CONTENT_COMMON_NET_URL_FETCHER_H_
+#define CONTENT_COMMON_NET_URL_FETCHER_H_
#pragma once
#include <string>
@@ -312,4 +312,4 @@
DISALLOW_COPY_AND_ASSIGN(URLFetcher);
};
-#endif // CHROME_COMMON_NET_URL_FETCHER_H_
+#endif // CONTENT_COMMON_NET_URL_FETCHER_H_
« no previous file with comments | « content/common/test_url_fetcher_factory.cc ('k') | content/common/url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698