Move //mojo/services/X/public/... to //mojo/services/X/... (part 2).

X = geometry,
    gpu,
    http_server,
    icu_data,
    input_events,
    keyboard,
    location,
    native_support,
    native_viewport

R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/1398973004 .
diff --git a/mojo/gpu/gl_texture.h b/mojo/gpu/gl_texture.h
index 4a2e71b..93a9904 100644
--- a/mojo/gpu/gl_texture.h
+++ b/mojo/gpu/gl_texture.h
@@ -7,7 +7,7 @@
 
 #include "base/basictypes.h"
 #include "mojo/gpu/gl_context.h"
-#include "mojo/services/geometry/public/interfaces/geometry.mojom.h"
+#include "mojo/services/geometry/interfaces/geometry.mojom.h"
 
 namespace mojo {