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

Unified Diff: core/fxge/skia/fx_skia_device.h

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.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 | « core/fxge/ge/fx_text_int.h ('k') | core/fxge/skia/fx_skia_device.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/skia/fx_skia_device.h
diff --git a/core/src/fxge/skia/fx_skia_device.h b/core/fxge/skia/fx_skia_device.h
similarity index 97%
rename from core/src/fxge/skia/fx_skia_device.h
rename to core/fxge/skia/fx_skia_device.h
index 31c5982188344360439b327083679e3e7650d218..1a36fbe85b776d846f46c9e79d6b0aaec526fe03 100644
--- a/core/src/fxge/skia/fx_skia_device.h
+++ b/core/fxge/skia/fx_skia_device.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 CORE_SRC_FXGE_SKIA_FX_SKIA_DEVICE_H_
-#define CORE_SRC_FXGE_SKIA_FX_SKIA_DEVICE_H_
+#ifndef CORE_FXGE_SKIA_FX_SKIA_DEVICE_H_
+#define CORE_FXGE_SKIA_FX_SKIA_DEVICE_H_
#if defined(_SKIA_SUPPORT_)
@@ -146,4 +146,4 @@ class CFX_SkiaDeviceDriver : public IFX_RenderDeviceDriver {
};
#endif // defined(_SKIA_SUPPORT_)
-#endif // CORE_SRC_FXGE_SKIA_FX_SKIA_DEVICE_H_
+#endif // CORE_FXGE_SKIA_FX_SKIA_DEVICE_H_
« no previous file with comments | « core/fxge/ge/fx_text_int.h ('k') | core/fxge/skia/fx_skia_device.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698