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

Unified Diff: content/public/common/previews_state.h

Issue 2916253002: Add UMA to determine how often we offline a page with previews. (Closed)
Patch Set: Histograms fix Created 3 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/public/common/previews_state.h
diff --git a/content/public/common/previews_state.h b/content/public/common/previews_state.h
index 74e4f39ba4d6aa64e969c20345b42c49b69385ad..f18006b7b7f21c426ae20bf6bfa2b6d39abb23d6 100644
--- a/content/public/common/previews_state.h
+++ b/content/public/common/previews_state.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_
-#define CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_
+#ifndef CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_
+#define CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
@@ -66,4 +66,4 @@ STATIC_ASSERT_PREVIEWS_ENUM(PREVIEWS_STATE_LAST,
} // namespace content
-#endif // CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_
+#endif // CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_
« no previous file with comments | « chrome/browser/offline_pages/background_loader_offliner_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698