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

Unified Diff: content/test/content_browser_sanity_checker.h

Issue 1137083005: Move ContentBrowserSanityChecker and WebContentsObserverSanityChecker from content/public/test to c… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/test/content_browser_sanity_checker.h
diff --git a/content/public/test/content_browser_sanity_checker.h b/content/test/content_browser_sanity_checker.h
similarity index 87%
rename from content/public/test/content_browser_sanity_checker.h
rename to content/test/content_browser_sanity_checker.h
index e227c2c5b1d0e61ac08af63765e6db233f2319b7..c63f627986b0749442942f9b90bea6179d9bd669 100644
--- a/content/public/test/content_browser_sanity_checker.h
+++ b/content/test/content_browser_sanity_checker.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_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
-#define CONTENT_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
+#ifndef CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
+#define CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
#include "base/basictypes.h"
#include "base/callback.h"
@@ -39,4 +39,4 @@ class ContentBrowserSanityChecker {
} // namespace content
-#endif // CONTENT_PUBLIC_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
+#endif // CONTENT_TEST_CONTENT_BROWSER_SANITY_CHECKER_H_
« no previous file with comments | « content/public/test/web_contents_observer_sanity_checker.cc ('k') | content/test/content_browser_sanity_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698