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

Unified Diff: content/child/appcache/appcache_dispatcher.h

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | « content/child/appcache/appcache_backend_proxy.cc ('k') | content/child/appcache/appcache_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/appcache/appcache_dispatcher.h
diff --git a/content/child/appcache_dispatcher.h b/content/child/appcache/appcache_dispatcher.h
similarity index 89%
rename from content/child/appcache_dispatcher.h
rename to content/child/appcache/appcache_dispatcher.h
index 0ce2acb9c806b12de9dabc8473b6c5d6ab002b47..964138dd457311eac7f067dbce622a952024fabe 100644
--- a/content/child/appcache_dispatcher.h
+++ b/content/child/appcache/appcache_dispatcher.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_CHILD_APPCACHE_DISPATCHER_H_
-#define CONTENT_CHILD_APPCACHE_DISPATCHER_H_
+#ifndef CONTENT_CHILD_APPCACHE_APPCACHE_DISPATCHER_H_
+#define CONTENT_CHILD_APPCACHE_APPCACHE_DISPATCHER_H_
#include <string>
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "content/child/appcache_backend_proxy.h"
+#include "content/child/appcache/appcache_backend_proxy.h"
#include "ipc/ipc_listener.h"
#include "webkit/common/appcache/appcache_interfaces.h"
@@ -50,4 +50,4 @@ class AppCacheDispatcher : public IPC::Listener {
} // namespace content
-#endif // CONTENT_CHILD_APPCACHE_DISPATCHER_H_
+#endif // CONTENT_CHILD_APPCACHE_APPCACHE_DISPATCHER_H_
« no previous file with comments | « content/child/appcache/appcache_backend_proxy.cc ('k') | content/child/appcache/appcache_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698