Index: content/renderer/paint_aggregator.h |
=================================================================== |
--- content/renderer/paint_aggregator.h (revision 78599) |
+++ content/renderer/paint_aggregator.h (working copy) |
@@ -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 CHROME_RENDERER_PAINT_AGGREGATOR_H_ |
-#define CHROME_RENDERER_PAINT_AGGREGATOR_H_ |
+#ifndef CONTENT_RENDERER_PAINT_AGGREGATOR_H_ |
+#define CONTENT_RENDERER_PAINT_AGGREGATOR_H_ |
#pragma once |
#include <vector> |
@@ -61,4 +61,4 @@ |
PendingUpdate update_; |
}; |
-#endif // CHROME_RENDERER_PAINT_AGGREGATOR_H_ |
+#endif // CONTENT_RENDERER_PAINT_AGGREGATOR_H_ |