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

Unified Diff: ppapi/shared_impl/ppb_url_util_shared.h

Issue 8790004: Rename the shared impl files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 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
« no previous file with comments | « ppapi/shared_impl/ppb_url_request_info_shared.cc ('k') | ppapi/shared_impl/ppb_url_util_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_url_util_shared.h
diff --git a/ppapi/shared_impl/url_util_impl.h b/ppapi/shared_impl/ppb_url_util_shared.h
similarity index 90%
rename from ppapi/shared_impl/url_util_impl.h
rename to ppapi/shared_impl/ppb_url_util_shared.h
index b7fae83b20af5ee8ce8a0c2a976d28fcd6c80ae0..54c75731572994fb0081d11e3cfd361b5f168679 100644
--- a/ppapi/shared_impl/url_util_impl.h
+++ b/ppapi/shared_impl/ppb_url_util_shared.h
@@ -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 PPAPI_SHARED_IMPL_URL_UTIL_IMPL_H_
-#define PPAPI_SHARED_IMPL_URL_UTIL_IMPL_H_
+#ifndef PPAPI_SHARED_IMPL_PPB_URL_UTIL_SHARED_H_
+#define PPAPI_SHARED_IMPL_PPB_URL_UTIL_SHARED_H_
#include <string>
@@ -20,7 +20,7 @@ namespace ppapi {
// Contains the implementation of PPB_URLUtil that is shared between the proxy
// and the renderer.
-class PPAPI_SHARED_EXPORT URLUtilImpl {
+class PPAPI_SHARED_EXPORT PPB_URLUtil_Shared {
public:
// PPB_URLUtil shared functions.
static PP_Var Canonicalize(PP_Var url,
@@ -50,4 +50,4 @@ class PPAPI_SHARED_EXPORT URLUtilImpl {
} // namespace ppapi
-#endif
+#endif // PPAPI_SHARED_IMPL_PPB_URL_UTIL_SHARED_H_
« no previous file with comments | « ppapi/shared_impl/ppb_url_request_info_shared.cc ('k') | ppapi/shared_impl/ppb_url_util_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698