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

Unified Diff: components/offline_pages/core/background/request_queue_in_memory_store.cc

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: more rebase Created 4 years, 1 month 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: components/offline_pages/core/background/request_queue_in_memory_store.cc
diff --git a/components/offline_pages/background/request_queue_in_memory_store.cc b/components/offline_pages/core/background/request_queue_in_memory_store.cc
similarity index 96%
rename from components/offline_pages/background/request_queue_in_memory_store.cc
rename to components/offline_pages/core/background/request_queue_in_memory_store.cc
index f46f9a100133ea68d9bd729032b85c0484ffe0c4..0f9b1c5500990899b7bd5cfc9193a0dabba62d16 100644
--- a/components/offline_pages/background/request_queue_in_memory_store.cc
+++ b/components/offline_pages/core/background/request_queue_in_memory_store.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/offline_pages/background/request_queue_in_memory_store.h"
+#include "components/offline_pages/core/background/request_queue_in_memory_store.h"
#include <unordered_set>
#include "base/bind.h"
#include "base/location.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "components/offline_pages/background/save_page_request.h"
+#include "components/offline_pages/core/background/save_page_request.h"
namespace offline_pages {

Powered by Google App Engine
This is Rietveld 408576698