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

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

Issue 10483003: Move the rest of the content\test headers that are used by embedders to content\public\test. This w… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/public/test/test_renderer_host.h
===================================================================
--- content/public/test/test_renderer_host.h (revision 140261)
+++ content/public/test/test_renderer_host.h (working copy)
@@ -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_TEST_RENDERER_HOST_H_
-#define CONTENT_TEST_TEST_RENDERER_HOST_H_
+#ifndef CONTENT_PUBLIC_TEST_TEST_RENDERER_HOST_H_
+#define CONTENT_PUBLIC_TEST_TEST_RENDERER_HOST_H_
#pragma once
#include "base/memory/scoped_ptr.h"
@@ -184,4 +184,4 @@
} // namespace content
-#endif // CONTENT_TEST_TEST_RENDERER_HOST_H_
+#endif // CONTENT_PUBLIC_TEST_TEST_RENDERER_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698