Index: content/child/appcache/appcache_backend_proxy.h |
diff --git a/content/child/appcache_backend_proxy.h b/content/child/appcache/appcache_backend_proxy.h |
similarity index 91% |
rename from content/child/appcache_backend_proxy.h |
rename to content/child/appcache/appcache_backend_proxy.h |
index 943990a2e619999de752ad45bd97aabbedbca255..bfef284d26cc9717463a007752c81093af0405fb 100644 |
--- a/content/child/appcache_backend_proxy.h |
+++ b/content/child/appcache/appcache_backend_proxy.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 CONTENT_CHILD_APPCACHE_BACKEND_PROXY_H_ |
-#define CONTENT_CHILD_APPCACHE_BACKEND_PROXY_H_ |
+#ifndef CONTENT_CHILD_APPCACHE_APPCACHE_BACKEND_PROXY_H_ |
+#define CONTENT_CHILD_APPCACHE_APPCACHE_BACKEND_PROXY_H_ |
#include <vector> |
@@ -51,4 +51,4 @@ class AppCacheBackendProxy : public appcache::AppCacheBackend { |
} // namespace content |
-#endif // CONTENT_CHILD_APPCACHE_BACKEND_PROXY_H_ |
+#endif // CONTENT_CHILD_APPCACHE_APPCACHE_BACKEND_PROXY_H_ |