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

Side by Side Diff: webkit/plugins/npapi/plugin_constants_win.h

Issue 13219005: Replace string16 with base::string16 in src/webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ 5 #ifndef WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_
6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_ 6 #define WEBKIT_PLUGINS_NPAPI_PLUGIN_CONSTANTS_WIN_H_
7 7
8 #include "base/string16.h" 8 #include "base/string16.h.h"
9 #include "webkit/plugins/webkit_plugins_export.h" 9 #include "webkit/plugins/webkit_plugins_export.h"
10 10
11 #if !defined(OS_WIN) 11 #if !defined(OS_WIN)
12 #error "Windows-only header" 12 #error "Windows-only header"
13 #endif 13 #endif
14 14
15 namespace webkit { 15 namespace webkit {
16 namespace npapi { 16 namespace npapi {
17 17
18 // The window class name for a plugin window. 18 // The window class name for a plugin window.
(...skipping 22 matching lines...) Expand all
41 extern const char16 kSilverlightPlugin[]; 41 extern const char16 kSilverlightPlugin[];
42 extern const char16 kJavaPlugin1[]; 42 extern const char16 kJavaPlugin1[];
43 extern const char16 kJavaPlugin2[]; 43 extern const char16 kJavaPlugin2[];
44 44
45 extern const char kGPUPluginMimeType[]; 45 extern const char kGPUPluginMimeType[];
46 46
47 } // namespace npapi 47 } // namespace npapi
48 } // namespace webkit 48 } // namespace webkit
49 49
50 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_ 50 #endif // WEBKIT_PLUGINS_NPAPI_PLUGIN_PLUGIN_LIST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698