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

Unified Diff: content/public/test/frame_load_waiter.h

Issue 537023002: Change ScriptContextTest.GetEffectiveDocumentURL to use FrameLoadWaiter and re-enable the test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 6 years, 3 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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/frame_load_waiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/frame_load_waiter.h
diff --git a/content/test/frame_load_waiter.h b/content/public/test/frame_load_waiter.h
similarity index 84%
rename from content/test/frame_load_waiter.h
rename to content/public/test/frame_load_waiter.h
index 81b0baaa0862eceed1d2b2d14f1589fc4ac1a648..278f13af62fbe9d1a9da66e078b7727a9c0edb5f 100644
--- a/content/test/frame_load_waiter.h
+++ b/content/public/test/frame_load_waiter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_TEST_FRAME_LOAD_WAITER_H_
-#define CONTENT_TEST_FRAME_LOAD_WAITER_H_
+#ifndef CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
+#define CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
#include "base/macros.h"
#include "base/run_loop.h"
@@ -29,4 +29,4 @@ class FrameLoadWaiter : public RenderFrameObserver {
} // namespace content
-#endif // CONTENT_TEST_FRAME_LOAD_WAITER_H_
+#endif // CONTENT_PUBLIC_TEST_FRAME_LOAD_WAITER_H_
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/frame_load_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698