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

Unified Diff: public/platform/WebApplicationCacheHostClient.h

Issue 161213003: Fix layering of ApplicationCacheHost (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: The real thing Created 6 years, 10 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 | « public/platform/WebApplicationCacheHost.h ('k') | public/web/WebApplicationCacheHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebApplicationCacheHostClient.h
diff --git a/public/web/WebApplicationCacheHostClient.h b/public/platform/WebApplicationCacheHostClient.h
similarity index 95%
copy from public/web/WebApplicationCacheHostClient.h
copy to public/platform/WebApplicationCacheHostClient.h
index 72f841282e6570628e33c8a719ce8a55c4c2926a..d1fe5c54d02041de4c140f8aac657680962be154 100644
--- a/public/web/WebApplicationCacheHostClient.h
+++ b/public/platform/WebApplicationCacheHostClient.h
@@ -31,8 +31,8 @@
#ifndef WebApplicationCacheHostClient_h
#define WebApplicationCacheHostClient_h
-#include "../platform/WebCommon.h"
#include "WebApplicationCacheHost.h"
+#include "WebCommon.h"
namespace blink {
@@ -51,7 +51,7 @@ protected:
virtual ~WebApplicationCacheHostClient() { }
};
-} // namespace blink
+} // namespace blink
-#endif // WebApplicationCacheHostClient_h
+#endif // WebApplicationCacheHostClient_h
« no previous file with comments | « public/platform/WebApplicationCacheHost.h ('k') | public/web/WebApplicationCacheHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698