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

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

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
« no previous file with comments | « components/previews/core/DEPS ('k') | components/previews/core/previews_data_savings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_data_savings.h
diff --git a/components/previews/previews_data_savings.h b/components/previews/core/previews_data_savings.h
similarity index 89%
rename from components/previews/previews_data_savings.h
rename to components/previews/core/previews_data_savings.h
index bce79448a7f78e42ae75e08284f998a6e51eac00..ce37cf168e9639f51a3a7e39e928bcf4ebff1be7 100644
--- a/components/previews/previews_data_savings.h
+++ b/components/previews/core/previews_data_savings.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 CHROME_BROWSER_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
-#define CHROME_BROWSER_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
+#ifndef COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
+#define COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
#include <stdint.h>
@@ -48,4 +48,4 @@ class PreviewsDataSavings {
} // namespace previews
-#endif // CHROME_BROWSER_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
+#endif // COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
« no previous file with comments | « components/previews/core/DEPS ('k') | components/previews/core/previews_data_savings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698