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

Unified Diff: components/policy/core/common/schema_registry.h

Issue 1749053002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for component build of Windows Created 4 years, 9 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/policy/core/common/schema_registry.h
diff --git a/components/policy/core/common/schema_registry.h b/components/policy/core/common/schema_registry.h
index 82e16f8a958c2b1d8e054f7a6f9c0bf1d0c97661..afb0fbbc93e38ddacab0cc22062a9ebb6e58cb7c 100644
--- a/components/policy/core/common/schema_registry.h
+++ b/components/policy/core/common/schema_registry.h
@@ -56,7 +56,7 @@ class POLICY_EXPORT SchemaRegistry : public base::NonThreadSafe {
SchemaRegistry();
virtual ~SchemaRegistry();
- const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
+ const scoped_refptr<SchemaMap>& schema_map() const;
// Register a single component.
void RegisterComponent(const PolicyNamespace& ns,

Powered by Google App Engine
This is Rietveld 408576698