Index: ui/aura/bench/bench_main.cc |
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc |
index 0430901493db289cdf503829a5ee21c76ed28faa..9c0c02b62db47967d95d1ad891e7c898c7d4fd51 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -10,6 +10,7 @@ |
#include "base/message_loop.h" |
#include "base/string_split.h" |
#include "base/time.h" |
+#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/skia/include/core/SkXfermode.h" |
#include "ui/aura/env.h" |
#include "ui/aura/event.h" |
@@ -27,7 +28,6 @@ |
#include "ui/gfx/canvas.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/skia_util.h" |
-#include "third_party/khronos/GLES2/gl2.h" |
#ifndef GL_GLEXT_PROTOTYPES |
#define GL_GLEXT_PROTOTYPES 1 |
#endif |
@@ -278,7 +278,7 @@ class SoftwareScrollBench : public BenchCompositorObserver { |
DISALLOW_COPY_AND_ASSIGN(SoftwareScrollBench); |
}; |
-} // anonymous namespace |
+} // namespace |
int main(int argc, char** argv) { |
CommandLine::Init(argc, argv); |