| Index: content/browser/cancelable_request.h
|
| ===================================================================
|
| --- content/browser/cancelable_request.h (revision 75626)
|
| +++ content/browser/cancelable_request.h (working copy)
|
| @@ -83,8 +83,8 @@
|
| // }
|
| // };
|
|
|
| -#ifndef CHROME_BROWSER_CANCELABLE_REQUEST_H__
|
| -#define CHROME_BROWSER_CANCELABLE_REQUEST_H__
|
| +#ifndef CONTENT_BROWSER_CANCELABLE_REQUEST_H_
|
| +#define CONTENT_BROWSER_CANCELABLE_REQUEST_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -701,4 +701,4 @@
|
| virtual ~CancelableRequest1() {}
|
| };
|
|
|
| -#endif // CHROME_BROWSER_CANCELABLE_REQUEST_H__
|
| +#endif // CONTENT_BROWSER_CANCELABLE_REQUEST_H_
|
|
|