diff options
Diffstat (limited to 'o3d/statsreport')
-rw-r--r-- | o3d/statsreport/aggregator-mac.h | 2 | ||||
-rw-r--r-- | o3d/statsreport/aggregator-posix.h | 2 | ||||
-rw-r--r-- | o3d/statsreport/persistent_iterator-win32.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/o3d/statsreport/aggregator-mac.h b/o3d/statsreport/aggregator-mac.h index 046e10f..3b163d9 100644 --- a/o3d/statsreport/aggregator-mac.h +++ b/o3d/statsreport/aggregator-mac.h @@ -39,8 +39,8 @@ #include <Cocoa/Cocoa.h> #include <string> +#include "base/memory/scoped_ptr.h" #include "statsreport/aggregator.h" -#include "base/scoped_ptr.h" namespace stats_report { diff --git a/o3d/statsreport/aggregator-posix.h b/o3d/statsreport/aggregator-posix.h index 10117a4..43a2fe0 100644 --- a/o3d/statsreport/aggregator-posix.h +++ b/o3d/statsreport/aggregator-posix.h @@ -38,8 +38,8 @@ #include <string> #include "aggregator.h" -#include "base/scoped_ptr.h" #include "backend/keyvaluetable.h" +#include "base/memory/scoped_ptr.h" namespace stats_report { diff --git a/o3d/statsreport/persistent_iterator-win32.h b/o3d/statsreport/persistent_iterator-win32.h index ceaf851..e40f053 100644 --- a/o3d/statsreport/persistent_iterator-win32.h +++ b/o3d/statsreport/persistent_iterator-win32.h @@ -37,7 +37,7 @@ #include <atlbase.h> #include <atlstr.h> #include <iterator> -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "metrics.h" #include "const-win32.h" |