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

Unified Diff: components/previews/core/previews_data_savings.cc

Issue 2333003002: Changed previews component to be a layered component. (Closed)
Patch Set: Rebased on master Created 4 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: components/previews/core/previews_data_savings.cc
diff --git a/components/previews/previews_data_savings.cc b/components/previews/core/previews_data_savings.cc
similarity index 97%
rename from components/previews/previews_data_savings.cc
rename to components/previews/core/previews_data_savings.cc
index b2b6ff307df7d01dd5ae8477b5a565900f1c68d0..267f44b12c7e1a6ce6e5ba457f0e28d4d3cfe4bd 100644
--- a/components/previews/previews_data_savings.cc
+++ b/components/previews/core/previews_data_savings.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/previews/previews_data_savings.h"
+#include "components/previews/core/previews_data_savings.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
« no previous file with comments | « components/previews/core/previews_data_savings.h ('k') | components/previews/core/previews_data_savings_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698