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

Unified Diff: components/previews/core/previews_io_data.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
Index: components/previews/core/previews_io_data.h
diff --git a/components/previews/previews_io_data.h b/components/previews/core/previews_io_data.h
similarity index 92%
rename from components/previews/previews_io_data.h
rename to components/previews/core/previews_io_data.h
index 4017d79202984d2cbe1b5c696352a68f3add3968..16dd0099ac255834c89c1cd64eef2c6148ebb55d 100644
--- a/components/previews/previews_io_data.h
+++ b/components/previews/core/previews_io_data.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 COMPONENTS_PREVIEWS_PREVIEWS_IO_DATA_H_
-#define COMPONENTS_PREVIEWS_PREVIEWS_IO_DATA_H_
+#ifndef COMPONENTS_PREVIEWS_CORE_PREVIEWS_IO_DATA_H_
+#define COMPONENTS_PREVIEWS_CORE_PREVIEWS_IO_DATA_H_
#include <string>
@@ -53,4 +53,4 @@ class PreviewsIOData {
} // namespace previews
-#endif // COMPONENTS_PREVIEWS_PREVIEWS_IO_DATA_H_
+#endif // COMPONENTS_PREVIEWS_CORE_PREVIEWS_IO_DATA_H_
« no previous file with comments | « components/previews/core/previews_experiments_unittest.cc ('k') | components/previews/core/previews_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698