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

Unified Diff: src/inspector/string-16.cc

Issue 2338413003: [inspector] change implementation file extension from cpp to cc (Closed)
Patch Set: string16 -> string-16 Created 4 years, 3 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 | « src/inspector/string-16.h ('k') | src/inspector/string-util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/string-16.cc
diff --git a/src/inspector/String16.cpp b/src/inspector/string-16.cc
similarity index 99%
rename from src/inspector/String16.cpp
rename to src/inspector/string-16.cc
index 506b2bdb2780a9f3b563c164d789c30971ed34b6..a194a321094b64d5bfd6cc19ef4ed51838c6c8a2 100644
--- a/src/inspector/String16.cpp
+++ b/src/inspector/string-16.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/inspector/String16.h"
-
+#include "src/inspector/string-16.h"
#include "src/base/platform/platform.h"
-#include "src/inspector/ProtocolPlatform.h"
+#include "src/inspector/protocol-platform.h"
#include <algorithm>
#include <cctype>
« no previous file with comments | « src/inspector/string-16.h ('k') | src/inspector/string-util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698