Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplus.gyp

Issue 5032147387678720: NoIssue - Refactor HTTP and HTTPS namespaces registration
Patch Set: Fix the renaming patchset Created April 24, 2015, 11:57 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/Plugin.cpp » ('j') | src/plugin/PluginAppNamespaceClient.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -111,8 +111,8 @@
'src/plugin/PluginErrorCodes.h',
'src/plugin/PluginFilter.cpp',
'src/plugin/PluginFilter.h',
- 'src/plugin/PluginMimeFilterClient.cpp',
- 'src/plugin/PluginMimeFilterClient.h',
+ 'src/plugin/PluginAppNamespaceClient.cpp',
+ 'src/plugin/PluginAppNamespaceClient.h',
Eric 2015/05/16 21:00:48 I'd recommend the root name "ProtocolHandler" inst
'src/plugin/PluginMutex.cpp',
'src/plugin/PluginMutex.h',
'src/plugin/PluginPassthroughObject.h',
@@ -243,7 +243,7 @@
'src/plugin/PluginClass.cpp',
'src/plugin/PluginDebug.cpp',
'src/plugin/PluginFilter.cpp',
- 'src/plugin/PluginMimeFilterClient.cpp',
+ 'src/plugin/PluginAppNamespaceClient.cpp',
'src/plugin/PluginMutex.cpp',
'src/plugin/PluginSettings.cpp',
'src/plugin/PluginSystem.cpp',
« no previous file with comments | « no previous file | src/plugin/Plugin.cpp » ('j') | src/plugin/PluginAppNamespaceClient.h » ('J')

Powered by Google App Engine
This is Rietveld