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

Unified Diff: ppapi/cpp/private/flash_net_connector.h

Issue 6578007: PPB_Flash cleanup part 1: move the net connector stuff to its own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi/proxy
Patch Set: merged ToT Created 9 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/private/ppb_flash_net_connector.h ('k') | ppapi/cpp/private/flash_net_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash_net_connector.h
diff --git a/ppapi/cpp/private/flash.h b/ppapi/cpp/private/flash_net_connector.h
similarity index 76%
rename from ppapi/cpp/private/flash.h
rename to ppapi/cpp/private/flash_net_connector.h
index ffd1353632c1766f8d8d84c1a535a48603ac817b..56df1931a17448450c358d5f6115f12e279ba8dc 100644
--- a/ppapi/cpp/private/flash.h
+++ b/ppapi/cpp/private/flash_net_connector.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(viettrungluu): This (and the .cc file) contain C++ wrappers for some
-// things in ppapi/c/private/ppb_flash.h. This is currently not used in (or even
-// compiled with) Chromium.
+// TODO(viettrungluu): This (and the .cc file) contain C++ wrappers for things
+// in ppapi/c/private/ppb_flash_net_connector.h. This is currently not used in
+// (or even compiled with) Chromium.
-#ifndef PPAPI_CPP_PRIVATE_FLASH_H_
-#define PPAPI_CPP_PRIVATE_FLASH_H_
+#ifndef PPAPI_CPP_PRIVATE_FLASH_NET_CONNECTOR_H_
+#define PPAPI_CPP_PRIVATE_FLASH_NET_CONNECTOR_H_
-#include "ppapi/c/private/ppb_flash.h"
+#include "ppapi/c/private/ppb_flash_net_connector.h"
#include "ppapi/cpp/resource.h"
namespace pp {
@@ -39,4 +39,4 @@ class NetConnector : public Resource {
} // namespace flash
} // namespace pp
-#endif // PPAPI_CPP_PRIVATE_FLASH_H_
+#endif // PPAPI_CPP_PRIVATE_FLASH_NET_CONNECTOR_H_
« no previous file with comments | « ppapi/c/private/ppb_flash_net_connector.h ('k') | ppapi/cpp/private/flash_net_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698