| Index: services/ui/demo/bitmap_uploader.h
|
| diff --git a/services/ui/public/cpp/bitmap_uploader.h b/services/ui/demo/bitmap_uploader.h
|
| similarity index 93%
|
| rename from services/ui/public/cpp/bitmap_uploader.h
|
| rename to services/ui/demo/bitmap_uploader.h
|
| index ca65951589d94b6ba45f58fd680572f6de67c3f0..80203cec6f9b7f67e99635749941da535ab18538 100644
|
| --- a/services/ui/public/cpp/bitmap_uploader.h
|
| +++ b/services/ui/demo/bitmap_uploader.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 SERVICES_UI_PUBLIC_CPP_BITMAP_UPLOADER_H_
|
| -#define SERVICES_UI_PUBLIC_CPP_BITMAP_UPLOADER_H_
|
| +#ifndef SERVICES_UI_DEMO_BITMAP_UPLOADER_H_
|
| +#define SERVICES_UI_DEMO_BITMAP_UPLOADER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -83,4 +83,4 @@ class BitmapUploader : public WindowSurfaceClient {
|
|
|
| } // namespace ui
|
|
|
| -#endif // SERVICES_UI_PUBLIC_CPP_BITMAP_UPLOADER_H_
|
| +#endif // SERVICES_UI_DEMO_BITMAP_UPLOADER_H_
|
|
|