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

Unified Diff: components/offline_pages/offline_page_archiver.cc

Issue 1174803002: [Offline] Adding archiver interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offline-pages-store
Patch Set: Addressing more feedback from dimich Created 5 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
« no previous file with comments | « components/offline_pages/offline_page_archiver.h ('k') | components/offline_pages/offline_page_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/offline_page_archiver.cc
diff --git a/components/offline_pages/offline_page_metadata_store.cc b/components/offline_pages/offline_page_archiver.cc
similarity index 54%
copy from components/offline_pages/offline_page_metadata_store.cc
copy to components/offline_pages/offline_page_archiver.cc
index e5cf0581652d6f6dbe9415993a26e2323a707fef..188d5016d634d44b9fa02c92a575cc611536a848 100644
--- a/components/offline_pages/offline_page_metadata_store.cc
+++ b/components/offline_pages/offline_page_archiver.cc
@@ -2,14 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/offline_pages/offline_page_metadata_store.h"
+#include "components/offline_pages/offline_page_archiver.h"
+
namespace offline_pages {
-OfflinePageMetadataStore::OfflinePageMetadataStore() {
+OfflinePageArchiver::Request::~Request() {
Dmitry Titov 2015/06/12 21:03:59 The remaining empty dtors can just go into .h file
fgorski 2015/06/12 22:16:27 Done.
+}
+
+OfflinePageArchiver::Client::~Client() {
}
-OfflinePageMetadataStore::~OfflinePageMetadataStore() {
+OfflinePageArchiver::~OfflinePageArchiver() {
}
} // namespace offline_pages
« no previous file with comments | « components/offline_pages/offline_page_archiver.h ('k') | components/offline_pages/offline_page_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698