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

Unified Diff: net/disk_cache/disk_cache.cc

Issue 542733002: Remove void** from disk_cache interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: now even less dumb Created 6 years, 3 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: net/disk_cache/disk_cache.cc
diff --git a/ui/base/win/internal_constants.cc b/net/disk_cache/disk_cache.cc
similarity index 51%
copy from ui/base/win/internal_constants.cc
copy to net/disk_cache/disk_cache.cc
index 325ab90468bfe94320f921806123cd7d8341ab60..6eeb724c029fb620ce1a67a42d97e54098972263 100644
--- a/ui/base/win/internal_constants.cc
+++ b/net/disk_cache/disk_cache.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/win/internal_constants.h"
+#include "net/disk_cache/disk_cache.h"
-namespace ui {
+namespace disk_cache {
-const wchar_t kIgnoreTouchMouseActivateForWindow[] =
- L"Chrome.IgnoreMouseActivate";
+Backend::Iterator::~Iterator() {}
-} // namespace ui
+Backend::~Backend() {}
+Entry::~Entry() {}
+
+} // namespace disk_cache

Powered by Google App Engine
This is Rietveld 408576698