Rename FlipperCppWrapperPlugin

Summary: Renames FlipperCppWrapperPlugin

Reviewed By: passy

Differential Revision: D10028505

fbshipit-source-id: d4245a49e2c8cbc8d06ed17c93ee5cb28ce49838
This commit is contained in:
Pritesh Nandgaonkar
2018-09-25 13:27:34 -07:00
committed by Facebook Github Bot
parent e6aeb24fcc
commit 706ef2a1c8
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#if FB_SONARKIT_ENABLED
#import "FlipperClient.h"
#import "SonarCppWrapperPlugin.h"
#import "FlipperCppWrapperPlugin.h"
#import <Flipper/FlipperClient.h>
#include <folly/io/async/EventBase.h>
#include <folly/io/async/ScopedEventBaseThread.h>
@@ -20,7 +20,7 @@
//#import "SKPortForwardingServer.h"
#endif
using WrapperPlugin = facebook::flipper::SonarCppWrapperPlugin;
using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin;
@implementation FlipperClient {
facebook::flipper::FlipperClient *_cppClient;