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

Unified Diff: content/browser/appcache/appcache_histograms.h

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/browser/appcache/appcache_histograms.h
diff --git a/webkit/browser/appcache/appcache_histograms.h b/content/browser/appcache/appcache_histograms.h
similarity index 88%
rename from webkit/browser/appcache/appcache_histograms.h
rename to content/browser/appcache/appcache_histograms.h
index 21cae36aa7ad535dcfb4e6890d5485851490b1e1..0fcc54cf65f964ed917d76f830a93c1b6bb82817 100644
--- a/webkit/browser/appcache/appcache_histograms.h
+++ b/content/browser/appcache/appcache_histograms.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_
-#define WEBKIT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_
+#ifndef CONTENT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_
+#define CONTENT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_
#include "base/basictypes.h"
-#include "webkit/browser/appcache/appcache_update_job.h"
+#include "content/browser/appcache/appcache_update_job.h"
namespace base {
class TimeDelta;
}
-namespace appcache {
+namespace content {
class AppCacheHistograms {
public:
@@ -58,6 +58,6 @@ class AppCacheHistograms {
DISALLOW_IMPLICIT_CONSTRUCTORS(AppCacheHistograms);
};
-} // namespace appcache
+} // namespace content
-#endif // WEBKIT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_
+#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_HISTOGRAMS_H_

Powered by Google App Engine
This is Rietveld 408576698