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

Unified Diff: content/public/plugin/content_plugin_client.h

Issue 8224021: Move the following files to content\public\plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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/plugin_thread.cc ('k') | content/shell/shell_content_plugin_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/plugin/content_plugin_client.h
===================================================================
--- content/public/plugin/content_plugin_client.h (revision 0)
+++ content/public/plugin/content_plugin_client.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_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
-#define CONTENT_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
+#ifndef CONTENT_PUBLIC_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
+#define CONTENT_PUBLIC_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
#pragma once
#include "base/string16.h"
@@ -20,4 +20,5 @@
} // namespace content
-#endif // CONTENT_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
+#endif // CONTENT_PUBLIC_PLUGIN_CONTENT_PLUGIN_CLIENT_H_
+
« no previous file with comments | « content/plugin/plugin_thread.cc ('k') | content/shell/shell_content_plugin_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698