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

Unified Diff: components/previews/core/previews_ui_service.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_ui_service.h
diff --git a/components/previews/previews_ui_service.h b/components/previews/core/previews_ui_service.h
similarity index 88%
rename from components/previews/previews_ui_service.h
rename to components/previews/core/previews_ui_service.h
index 195b0979b82d1d4dd47621ad58888584d25fb0c3..4adc9ad04dc6b135c972dff6f4c0fa6547586af6 100644
--- a/components/previews/previews_ui_service.h
+++ b/components/previews/core/previews_ui_service.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_UI_SERVICE_H_
-#define COMPONENTS_PREVIEWS_PREVIEWS_UI_SERVICE_H_
+#ifndef COMPONENTS_PREVIEWS_CORE_PREVIEWS_UI_SERVICE_H_
+#define COMPONENTS_PREVIEWS_CORE_PREVIEWS_UI_SERVICE_H_
#include <string>
@@ -45,4 +45,4 @@ class PreviewsUIService {
} // namespace previews
-#endif // COMPONENTS_PREVIEWS_PREVIEWS_UI_SERVICE_H_
+#endif // COMPONENTS_PREVIEWS_CORE_PREVIEWS_UI_SERVICE_H_
« no previous file with comments | « components/previews/core/previews_io_data_unittest.cc ('k') | components/previews/core/previews_ui_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698