diff options
Diffstat (limited to 'components/user_prefs')
-rw-r--r-- | components/user_prefs/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/user_prefs/BUILD.gn b/components/user_prefs/BUILD.gn index 195605b..3d777d2 100644 --- a/components/user_prefs/BUILD.gn +++ b/components/user_prefs/BUILD.gn @@ -6,7 +6,7 @@ component("user_prefs") { sources = [ "user_prefs.cc", "user_prefs.h", - "user_prefs/user_prefs_export.h", + "user_prefs_export.h", ] defines = [ "USER_PREFS_IMPLEMENTATION" ] |