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

Unified Diff: webkit/plugins/plugin_switches.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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: webkit/plugins/plugin_switches.h
===================================================================
--- webkit/plugins/plugin_switches.h (revision 68955)
+++ webkit/plugins/plugin_switches.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 WEBKIT_GLUE_PLUGINS_PLUGIN_SWITCHES_H_
-#define WEBKIT_GLUE_PLUGINS_PLUGIN_SWITCHES_H_
+#ifndef WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_
+#define WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_
namespace switches {
@@ -12,4 +12,4 @@
} // namespace switches
-#endif // WEBKIT_GLUE_PLUGINS_PLUGIN_SWITCHES_H_
+#endif // WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698