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

Unified Diff: content/public/common/content_client.h

Issue 8336007: Move content_client.h into content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back a needed include. Created 9 years, 2 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/plugin/webplugin_proxy.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/common/content_client.h b/content/public/common/content_client.h
similarity index 96%
rename from content/common/content_client.h
rename to content/public/common/content_client.h
index 154646b6bdc493497bfae7622f3406cd8d5dd96e..16bec6355918a16604461432a6d09f9f1018d579 100644
--- a/content/common/content_client.h
+++ b/content/public/common/content_client.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_COMMON_CONTENT_CLIENT_H_
-#define CONTENT_COMMON_CONTENT_CLIENT_H_
+#ifndef CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
+#define CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
#pragma once
#include <string>
@@ -116,4 +116,4 @@ class CONTENT_EXPORT ContentClient {
} // namespace content
-#endif // CONTENT_COMMON_CONTENT_CLIENT_H_
+#endif // CONTENT_PUBLIC_COMMON_CONTENT_CLIENT_H_
« no previous file with comments | « content/plugin/webplugin_proxy.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698