| Index: chrome/browser/appcache/chrome_appcache_service.h
|
| ===================================================================
|
| --- chrome/browser/appcache/chrome_appcache_service.h (revision 0)
|
| +++ chrome/browser/appcache/chrome_appcache_service.h (working copy)
|
| @@ -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 CHROME_COMMON_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
| -#define CHROME_COMMON_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
| +#define CHROME_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
|
|
| #include "base/ref_counted.h"
|
| #include "chrome/browser/host_content_settings_map.h"
|
| @@ -51,4 +51,4 @@
|
| NotificationRegistrar registrar_;
|
| };
|
|
|
| -#endif // CHROME_COMMON_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
| +#endif // CHROME_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
|
|
|