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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 2768923003: Fix gn_all build on gcc 4.8 (Closed)
Patch Set: Created 3 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: chrome/browser/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index bed222732c7836d43d3658bc394973c06e20ddf6..b2986624e89c21007081e93984c0ad2dceb1e19e 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -3129,7 +3129,7 @@ class MediaStreamDevicesControllerBrowserTest
// we should remove PermissionPromptDelegate and just use
// MockPermissionPromptFactory instead. The APIs are the same.
class TestPermissionPromptDelegate
- : public MediaStreamDevicesController::PermissionPromptDelegate {
+ : public ::internal::PermissionPromptDelegate {
public:
void ShowPrompt(
bool user_gesture,

Powered by Google App Engine
This is Rietveld 408576698