Update dynamic annotations and move them to base/third_party

Review URL: http://codereview.chromium.org/1992005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47252 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: ee857513c3a0d5c88bfd363c4203d4190fc678f5
diff --git a/base/tools_sanity_unittest.cc b/base/tools_sanity_unittest.cc
index f4d4df9..3023059 100644
--- a/base/tools_sanity_unittest.cc
+++ b/base/tools_sanity_unittest.cc
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "base/dynamic_annotations.h"
 #include "base/message_loop.h"
+#include "base/third_party/dynamic_annotations/dynamic_annotations.h"
 #include "base/thread.h"
 #include "testing/gtest/include/gtest/gtest.h"