Index: skia/ext/bitmap_platform_device_skia.h |
diff --git a/skia/ext/bitmap_platform_device_android.h b/skia/ext/bitmap_platform_device_skia.h |
similarity index 94% |
rename from skia/ext/bitmap_platform_device_android.h |
rename to skia/ext/bitmap_platform_device_skia.h |
index 4e1735f1f5acb9efdc339951139b3e7c9eb486af..9af5207a66ea6bc982a028b3c4c97a6c1ad6bab7 100644 |
--- a/skia/ext/bitmap_platform_device_android.h |
+++ b/skia/ext/bitmap_platform_device_skia.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_ANDROID_H_ |
-#define SKIA_EXT_BITMAP_PLATFORM_DEVICE_ANDROID_H_ |
+#ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_SKIA_H_ |
+#define SKIA_EXT_BITMAP_PLATFORM_DEVICE_SKIA_H_ |
-#include "base/memory/ref_counted.h" |
#include "base/compiler_specific.h" |
+#include "base/memory/ref_counted.h" |
#include "skia/ext/platform_device.h" |
namespace skia { |
@@ -57,4 +57,4 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice { |
} // namespace skia |
-#endif // SKIA_EXT_BITMAP_PLATFORM_DEVICE_ANDROID_H_ |
+#endif // SKIA_EXT_BITMAP_PLATFORM_DEVICE_SKIA_H_ |