fix missing end of statement
This commit is contained in:
@@ -16,7 +16,7 @@ diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
|
||||
- return "SAMSUNG SM-G960U";
|
||||
+ std::string model;
|
||||
+#if BUILDFLAG(IS_ANDROID)
|
||||
+ model = "SAMSUNG SM-G960U"
|
||||
+ model = "SAMSUNG SM-G960U";
|
||||
+#endif
|
||||
+ return model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user