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

Unified Diff: content/child/font_warmup_win.h

Issue 1642213002: Move font_warmup_win, fix webrtc dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « content/child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc ('k') | content/child/font_warmup_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/font_warmup_win.h
diff --git a/content/common/font_warmup_win.h b/content/child/font_warmup_win.h
similarity index 95%
rename from content/common/font_warmup_win.h
rename to content/child/font_warmup_win.h
index 8539b9ec0b2f880d9b85630cef93505df30f6ad1..bd1ae6963ce93ef52b13db7d5ddb917841ee8ca7 100644
--- a/content/common/font_warmup_win.h
+++ b/content/child/font_warmup_win.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 CONTENT_COMMON_FONT_WARMUP_WIN_H_
-#define CONTENT_COMMON_FONT_WARMUP_WIN_H_
+#ifndef CONTENT_CHILD_FONT_WARMUP_WIN_H_
+#define CONTENT_CHILD_FONT_WARMUP_WIN_H_
#include <stddef.h>
@@ -73,4 +73,4 @@ CONTENT_EXPORT void PatchServiceManagerCalls();
} // namespace content
-#endif // CONTENT_COMMON_FONT_WARMUP_WIN_H_
+#endif // CONTENT_CHILD_FONT_WARMUP_WIN_H_
« no previous file with comments | « content/child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc ('k') | content/child/font_warmup_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698