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

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

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.cc
diff --git a/webkit/browser/appcache/appcache_histograms.cc b/content/browser/appcache/appcache_histograms.cc
similarity index 97%
rename from webkit/browser/appcache/appcache_histograms.cc
rename to content/browser/appcache/appcache_histograms.cc
index b7299e658f378cc2aae075fafe2cad8e34192ea8..ff221b075afbaf021fe4db452f4c07850e63f196 100644
--- a/webkit/browser/appcache/appcache_histograms.cc
+++ b/content/browser/appcache/appcache_histograms.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/appcache/appcache_histograms.h"
+#include "content/browser/appcache/appcache_histograms.h"
#include "base/metrics/histogram.h"
-namespace appcache {
+namespace content {
static std::string OriginToCustomHistogramSuffix(const GURL& origin_url) {
if (origin_url.host() == "docs.google.com")
@@ -151,4 +151,4 @@ void AppCacheHistograms::AddMissingManifestDetectedAtCallsite(
callsite, NUM_MISSING_MANIFEST_CALLSITE_TYPES);
}
-} // namespace appcache
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698