| 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_
|
|
|