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

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 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: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
index fcaec8665bee6eb55049272043f0f5f9c6a5be52..319ea7f920d058ff10767a0da7d5d7d814f4b0dc 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
@@ -91,7 +91,7 @@ public:
void onNavigationStarted() override { }
private:
- Deque<OwnPtr<WebTaskRunner::Task>> m_tasks;
+ WTF::Deque<OwnPtr<WebTaskRunner::Task>> m_tasks;
OwnPtr<TestingPlatformMockWebTaskRunner> m_mockWebTaskRunner;
};

Powered by Google App Engine
This is Rietveld 408576698