diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-19 05:20:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-19 05:20:24 +0000 |
commit | a4009afb741c75168649fc5c9343c7978480b5f5 (patch) | |
tree | 928dd58608fe5a9320c9b190db88de865b13bc6b /content/child | |
parent | dd167bd80345aba642d2ea62542711543cf97142 (diff) | |
download | chromium_src-a4009afb741c75168649fc5c9343c7978480b5f5.zip chromium_src-a4009afb741c75168649fc5c9343c7978480b5f5.tar.gz chromium_src-a4009afb741c75168649fc5c9343c7978480b5f5.tar.bz2 |
Move NPAPI test plugin to content/test/plugin.
BUG=237249
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/19697013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child')
-rw-r--r-- | content/child/npapi/plugin_stream_url.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/child/npapi/plugin_stream_url.h b/content/child/npapi/plugin_stream_url.h index 7787642..2e3dc2b 100644 --- a/content/child/npapi/plugin_stream_url.h +++ b/content/child/npapi/plugin_stream_url.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 WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_ -#define WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_ +#ifndef CONTENT_CHILD_NPAPI_PLUGIN_STREAM_URL_H_ +#define CONTENT_CHILD_NPAPI_PLUGIN_STREAM_URL_H_ #include <vector> @@ -69,4 +69,4 @@ class PluginStreamUrl : public PluginStream, } // namespace content -#endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_STREAM_URL_H_ +#endif // CONTENT_CHILD_NPAPI_PLUGIN_STREAM_URL_H_ |