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

Unified Diff: content/common/appcache/appcache_backend_proxy.h

Issue 6691002: Move AppCache common code to content and split off AppCache messages into the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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
Index: content/common/appcache/appcache_backend_proxy.h
===================================================================
--- content/common/appcache/appcache_backend_proxy.h (revision 77976)
+++ content/common/appcache/appcache_backend_proxy.h (working copy)
@@ -1,9 +1,9 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
-#define CHROME_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
+#ifndef CONTENT_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
+#define CONTENT_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
#pragma once
#include "ipc/ipc_message.h"
@@ -44,4 +44,4 @@
IPC::Message::Sender* sender_;
};
-#endif // CHROME_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
+#endif // CONTENT_COMMON_APPCACHE_APPCACHE_BACKEND_PROXY_H_
« no previous file with comments | « content/browser/appcache/appcache_frontend_proxy.cc ('k') | content/common/appcache/appcache_backend_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698