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

Unified Diff: third_party/WebKit/Source/core/CoreInitializer.cpp

Issue 1776993007: Rename Init.h to CoreInitializer.h, and InitModules.h to ModuleInitializer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « third_party/WebKit/Source/core/CoreInitializer.h ('k') | third_party/WebKit/Source/core/Init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/CoreInitializer.cpp
diff --git a/third_party/WebKit/Source/core/Init.cpp b/third_party/WebKit/Source/core/CoreInitializer.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/Init.cpp
rename to third_party/WebKit/Source/core/CoreInitializer.cpp
index 4e5819622548649a7511021862a9fab0a4dfc12c..c55127a83d9649deca2cd28f82332829d1f2bae8 100644
--- a/third_party/WebKit/Source/core/Init.cpp
+++ b/third_party/WebKit/Source/core/CoreInitializer.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "Init.h"
+#include "core/CoreInitializer.h"
#include "bindings/core/v8/ScriptStreamerThread.h"
#include "core/EventNames.h"
@@ -73,7 +73,7 @@ void CoreInitializer::registerEventFactory()
Document::registerEventFactory(EventFactory::create());
}
-void CoreInitializer::init()
+void CoreInitializer::initialize()
{
ASSERT(!isInitialized());
m_isInitialized = true;
« no previous file with comments | « third_party/WebKit/Source/core/CoreInitializer.h ('k') | third_party/WebKit/Source/core/Init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698